Skip to content

Commit 9daa271

Browse files
committed
1 parent f4524c0 commit 9daa271

File tree

50 files changed

+1803
-1628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1803
-1628
lines changed

_i_bubble_control_8h_source.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
<div class="ttc" id="aclass_i_control_html_afc5925240d88ea44ace15f7c283745ea"><div class="ttname"><a href="class_i_control.html#afc5925240d88ea44ace15f7c283745ea">IControl::SetActionFunction</a></div><div class="ttdeci">IControl * SetActionFunction(IActionFunction actionFunc)</div><div class="ttdoc">Set an Action Function for this control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00203">IControl.h:203</a></div></div>
415415
<div class="ttc" id="aclass_i_control_html_afce4ca5cb07bd2db0373d94d48b51593"><div class="ttname"><a href="class_i_control.html#afce4ca5cb07bd2db0373d94d48b51593">IControl::SetAnimation</a></div><div class="ttdeci">void SetAnimation(IAnimationFunction func)</div><div class="ttdoc">Set the animation function.</div><div class="ttdef"><b>Definition:</b> <a href="_i_control_8h_source.html#l00488">IControl.h:488</a></div></div>
416416
<div class="ttc" id="aclass_i_graphics_html"><div class="ttname"><a href="class_i_graphics.html">IGraphics</a></div><div class="ttdoc">The lowest level base class of an IGraphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l00082">IGraphics.h:86</a></div></div>
417-
<div class="ttc" id="aclass_i_graphics_html_a01594da5721a4f188a0592a50a88f18d"><div class="ttname"><a href="class_i_graphics.html#a01594da5721a4f188a0592a50a88f18d">IGraphics::ControlIsCaptured</a></div><div class="ttdeci">bool ControlIsCaptured() const</div><div class="ttdoc">Check to see if any control is captured.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01362">IGraphics.h:1362</a></div></div>
417+
<div class="ttc" id="aclass_i_graphics_html_a01594da5721a4f188a0592a50a88f18d"><div class="ttname"><a href="class_i_graphics.html#a01594da5721a4f188a0592a50a88f18d">IGraphics::ControlIsCaptured</a></div><div class="ttdeci">bool ControlIsCaptured() const</div><div class="ttdoc">Check to see if any control is captured.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01367">IGraphics.h:1367</a></div></div>
418418
<div class="ttc" id="aclass_i_graphics_html_a185b056c70c54319c85c72246cd79458"><div class="ttname"><a href="class_i_graphics.html#a185b056c70c54319c85c72246cd79458">IGraphics::PathFill</a></div><div class="ttdeci">virtual void PathFill(const IPattern &amp;pattern, const IFillOptions &amp;options=IFillOptions(), const IBlend *pBlend=0)=0</div><div class="ttdoc">Fill the current current path.</div></div>
419419
<div class="ttc" id="aclass_i_graphics_html_a1af84cb75ed09bae3deac0ec32076ddd"><div class="ttname"><a href="class_i_graphics.html#a1af84cb75ed09bae3deac0ec32076ddd">IGraphics::DrawText</a></div><div class="ttdeci">void DrawText(const IText &amp;text, const char *str, const IRECT &amp;bounds, const IBlend *pBlend=0)</div><div class="ttdoc">Draw some text to the graphics context in a specific rectangle.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00651">IGraphics.cpp:651</a></div></div>
420420
<div class="ttc" id="aclass_i_graphics_html_a24d5d28f2e0ccb1ecd64e59088c74f72"><div class="ttname"><a href="class_i_graphics.html#a24d5d28f2e0ccb1ecd64e59088c74f72">IGraphics::PathClose</a></div><div class="ttdeci">virtual void PathClose()=0</div><div class="ttdoc">Close the path that is being specified.</div></div>
@@ -424,7 +424,7 @@
424424
<div class="ttc" id="aclass_i_graphics_html_aafa78e8658ed993d876cbb4d91397043"><div class="ttname"><a href="class_i_graphics.html#aafa78e8658ed993d876cbb4d91397043">IGraphics::PathMoveTo</a></div><div class="ttdeci">virtual void PathMoveTo(float x, float y)=0</div><div class="ttdoc">Move the current point in the current path.</div></div>
425425
<div class="ttc" id="aclass_i_graphics_html_aafdafe42c5a776a8aeadd4c1aeb87bd9"><div class="ttname"><a href="class_i_graphics.html#aafdafe42c5a776a8aeadd4c1aeb87bd9">IGraphics::PathArc</a></div><div class="ttdeci">virtual void PathArc(float cx, float cy, float r, float a1, float a2, EWinding winding=EWinding::CW)=0</div><div class="ttdoc">Add an arc to the current path.</div></div>
426426
<div class="ttc" id="aclass_i_graphics_html_acd575e0411509a2fe05495ef05198a8d"><div class="ttname"><a href="class_i_graphics.html#acd575e0411509a2fe05495ef05198a8d">IGraphics::PathLineTo</a></div><div class="ttdeci">virtual void PathLineTo(float x, float y)=0</div><div class="ttdoc">Add a line to the current path from the current point to the specified location.</div></div>
427-
<div class="ttc" id="aclass_i_graphics_html_afb59640795b21f5504b59a991935ad2b"><div class="ttname"><a href="class_i_graphics.html#afb59640795b21f5504b59a991935ad2b">IGraphics::GetBounds</a></div><div class="ttdeci">IRECT GetBounds() const</div><div class="ttdoc">Returns an IRECT that represents the entire UI bounds This is useful for programatically arranging UI...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01166">IGraphics.h:1166</a></div></div>
427+
<div class="ttc" id="aclass_i_graphics_html_afb59640795b21f5504b59a991935ad2b"><div class="ttname"><a href="class_i_graphics.html#afb59640795b21f5504b59a991935ad2b">IGraphics::GetBounds</a></div><div class="ttdeci">IRECT GetBounds() const</div><div class="ttdoc">Returns an IRECT that represents the entire UI bounds This is useful for programatically arranging UI...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01171">IGraphics.h:1171</a></div></div>
428428
<div class="ttc" id="aclass_i_graphics_html_affe4aae057ddc015587648bbfa3be593"><div class="ttname"><a href="class_i_graphics.html#affe4aae057ddc015587648bbfa3be593">IGraphics::MeasureText</a></div><div class="ttdeci">virtual float MeasureText(const IText &amp;text, const char *str, IRECT &amp;bounds) const</div><div class="ttdoc">Measure the rectangular region that some text will occupy.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00659">IGraphics.cpp:659</a></div></div>
429429
<div class="ttc" id="agroup___i_graphics_structs_html_struct_i_stroke_options"><div class="ttname"><a href="group___i_graphics_structs.html#struct_i_stroke_options">IStrokeOptions</a></div><div class="ttdoc">Used to manage stroke behaviour for path based drawing back ends.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00588">IGraphicsStructs.h:589</a></div></div>
430430
<div class="ttc" id="astruct_i_blend_html"><div class="ttname"><a href="struct_i_blend.html">IBlend</a></div><div class="ttdoc">Used to manage composite/blend operations, independent of draw class/platform.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00542">IGraphicsStructs.h:543</a></div></div>

_i_control_8cpp_source.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1335,9 +1335,9 @@
13351335
<div class="ttc" id="aclass_i_graphics_html_a66fb499abd593492216041145220041a"><div class="ttname"><a href="class_i_graphics.html#a66fb499abd593492216041145220041a">IGraphics::ReleaseMouseCapture</a></div><div class="ttdeci">void ReleaseMouseCapture()</div><div class="ttdoc">Used to tell the graphics context to stop tracking mouse interaction with a control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l01253">IGraphics.cpp:1253</a></div></div>
13361336
<div class="ttc" id="aclass_i_graphics_html_a7056c9288ed66e21b8c9f424054677b2"><div class="ttname"><a href="class_i_graphics.html#a7056c9288ed66e21b8c9f424054677b2">IGraphics::FillRect</a></div><div class="ttdeci">virtual void FillRect(const IColor &amp;color, const IRECT &amp;bounds, const IBlend *pBlend=0)</div><div class="ttdoc">Fill a rectangular region of the graphics context with a color.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02516">IGraphics.cpp:2516</a></div></div>
13371337
<div class="ttc" id="aclass_i_graphics_html_a76b6a1ddc1106ad96b79e434b3e74d16"><div class="ttname"><a href="class_i_graphics.html#a76b6a1ddc1106ad96b79e434b3e74d16">IGraphics::DrawLine</a></div><div class="ttdeci">virtual void DrawLine(const IColor &amp;color, float x1, float y1, float x2, float y2, const IBlend *pBlend=0, float thickness=1.f)</div><div class="ttdoc">Draw a line to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02363">IGraphics.cpp:2363</a></div></div>
1338-
<div class="ttc" id="aclass_i_graphics_html_a876018fa6ca2f0aed0ffd5acda0c665d"><div class="ttname"><a href="class_i_graphics.html#a876018fa6ca2f0aed0ffd5acda0c665d">IGraphics::GetMouseDownPoint</a></div><div class="ttdeci">void GetMouseDownPoint(float &amp;x, float &amp;y) const</div><div class="ttdoc">Get the x, y position of the last mouse down message.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01555">IGraphics.h:1555</a></div></div>
1338+
<div class="ttc" id="aclass_i_graphics_html_a876018fa6ca2f0aed0ffd5acda0c665d"><div class="ttname"><a href="class_i_graphics.html#a876018fa6ca2f0aed0ffd5acda0c665d">IGraphics::GetMouseDownPoint</a></div><div class="ttdeci">void GetMouseDownPoint(float &amp;x, float &amp;y) const</div><div class="ttdoc">Get the x, y position of the last mouse down message.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01560">IGraphics.h:1560</a></div></div>
13391339
<div class="ttc" id="aclass_i_graphics_html_a9d2ed1c8a03d92d1d2421cf8d152123f"><div class="ttname"><a href="class_i_graphics.html#a9d2ed1c8a03d92d1d2421cf8d152123f">IGraphics::FillTriangle</a></div><div class="ttdeci">virtual void FillTriangle(const IColor &amp;color, float x1, float y1, float x2, float y2, float x3, float y3, const IBlend *pBlend=0)</div><div class="ttdoc">Fill a triangle with a color.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02509">IGraphics.cpp:2509</a></div></div>
1340-
<div class="ttc" id="aclass_i_graphics_html_aa152b6e0a6215b1cc73fe6adbcf2a5f9"><div class="ttname"><a href="class_i_graphics.html#aa152b6e0a6215b1cc73fe6adbcf2a5f9">IGraphics::GetControlInTextEntry</a></div><div class="ttdeci">IControl * GetControlInTextEntry()</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01103">IGraphics.h:1103</a></div></div>
1340+
<div class="ttc" id="aclass_i_graphics_html_aa152b6e0a6215b1cc73fe6adbcf2a5f9"><div class="ttname"><a href="class_i_graphics.html#aa152b6e0a6215b1cc73fe6adbcf2a5f9">IGraphics::GetControlInTextEntry</a></div><div class="ttdeci">IControl * GetControlInTextEntry()</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01108">IGraphics.h:1108</a></div></div>
13411341
<div class="ttc" id="aclass_i_graphics_html_ab3eef662f469a6148d4419c491a8e621"><div class="ttname"><a href="class_i_graphics.html#ab3eef662f469a6148d4419c491a8e621">IGraphics::PromptUserInput</a></div><div class="ttdeci">void PromptUserInput(IControl &amp;control, const IRECT &amp;bounds, int valIdx=0)</div><div class="ttdoc">Prompt for user input either using a text entry or pop up menu.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00603">IGraphics.cpp:603</a></div></div>
13421342
<div class="ttc" id="aclass_i_graphics_html_abc474503de42d4dfd9827b7c532fb6cb"><div class="ttname"><a href="class_i_graphics.html#abc474503de42d4dfd9827b7c532fb6cb">IGraphics::HideMouseCursor</a></div><div class="ttdeci">virtual void HideMouseCursor(bool hide=true, bool lock=true)=0</div><div class="ttdoc">Call to hide/show the mouse cursor.</div></div>
13431343
<div class="ttc" id="aclass_i_graphics_html_af364cc413a7ec3277f39955334c1e3f9"><div class="ttname"><a href="class_i_graphics.html#af364cc413a7ec3277f39955334c1e3f9">IGraphics::FillCircle</a></div><div class="ttdeci">virtual void FillCircle(const IColor &amp;color, float cx, float cy, float r, const IBlend *pBlend=0)</div><div class="ttdoc">Fill a circle with a color.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02553">IGraphics.cpp:2553</a></div></div>

_i_control_8h_source.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@
20992099
<div class="ttc" id="aclass_i_graphics_html_aadd9450cf3ce8752697cebf4c14f581f"><div class="ttname"><a href="class_i_graphics.html#aadd9450cf3ce8752697cebf4c14f581f">IGraphics::DrawVerticalLine</a></div><div class="ttdeci">void DrawVerticalLine(const IColor &amp;color, const IRECT &amp;bounds, float x, const IBlend *pBlend=0, float thickness=1.f)</div><div class="ttdoc">Draw a vertical line, within a rectangular region of the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00768">IGraphics.cpp:768</a></div></div>
21002100
<div class="ttc" id="aclass_i_graphics_html_abe46178a9671ef43d2bd4f44355e992b"><div class="ttname"><a href="class_i_graphics.html#abe46178a9671ef43d2bd4f44355e992b">IGraphics::DrawHorizontalLine</a></div><div class="ttdeci">void DrawHorizontalLine(const IColor &amp;color, const IRECT &amp;bounds, float y, const IBlend *pBlend=0, float thickness=1.f)</div><div class="ttdoc">Draw a horizontal line, within a rectangular region of the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00775">IGraphics.cpp:775</a></div></div>
21012101
<div class="ttc" id="aclass_i_graphics_html_ae427b7cf3acaa2cb3eb6c062f9248a66"><div class="ttname"><a href="class_i_graphics.html#ae427b7cf3acaa2cb3eb6c062f9248a66">IGraphics::StartLayer</a></div><div class="ttdeci">void StartLayer(IControl *pOwner, const IRECT &amp;r, bool cacheable=false)</div><div class="ttdoc">Create an IGraphics layer.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l01924">IGraphics.cpp:1924</a></div></div>
2102-
<div class="ttc" id="aclass_i_graphics_html_ae4638f2d426a3ee040c5a80e5b52ad7c"><div class="ttname"><a href="class_i_graphics.html#ae4638f2d426a3ee040c5a80e5b52ad7c">IGraphics::GetControlTag</a></div><div class="ttdeci">int GetControlTag(const IControl *pControl) const</div><div class="ttdoc">Get the tag given to a control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01345">IGraphics.h:1345</a></div></div>
2102+
<div class="ttc" id="aclass_i_graphics_html_ae4638f2d426a3ee040c5a80e5b52ad7c"><div class="ttname"><a href="class_i_graphics.html#ae4638f2d426a3ee040c5a80e5b52ad7c">IGraphics::GetControlTag</a></div><div class="ttdeci">int GetControlTag(const IControl *pControl) const</div><div class="ttdoc">Get the tag given to a control.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01350">IGraphics.h:1350</a></div></div>
21032103
<div class="ttc" id="aclass_i_graphics_html_ae9913112a37ee34f6b973b7d6ddf5d17"><div class="ttname"><a href="class_i_graphics.html#ae9913112a37ee34f6b973b7d6ddf5d17">IGraphics::DrawSVG</a></div><div class="ttdeci">virtual void DrawSVG(const ISVG &amp;svg, const IRECT &amp;bounds, const IBlend *pBlend=0, const IColor *pStrokeColor=nullptr, const IColor *pFillColor=nullptr)</div><div class="ttdoc">Draw an SVG image to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02731">IGraphics.cpp:2731</a></div></div>
21042104
<div class="ttc" id="aclass_i_graphics_html_aea7b6b45eb9c0fe4e7511d43d99f59eb"><div class="ttname"><a href="class_i_graphics.html#aea7b6b45eb9c0fe4e7511d43d99f59eb">IGraphics::DrawTriangle</a></div><div class="ttdeci">virtual void DrawTriangle(const IColor &amp;color, float x1, float y1, float x2, float y2, float x3, float y3, const IBlend *pBlend=0, float thickness=1.f)</div><div class="ttdoc">Draw a triangle to the graphics context.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02437">IGraphics.cpp:2437</a></div></div>
21052105
<div class="ttc" id="aclass_i_graphics_html_af364cc413a7ec3277f39955334c1e3f9"><div class="ttname"><a href="class_i_graphics.html#af364cc413a7ec3277f39955334c1e3f9">IGraphics::FillCircle</a></div><div class="ttdeci">virtual void FillCircle(const IColor &amp;color, float cx, float cy, float r, const IBlend *pBlend=0)</div><div class="ttdoc">Fill a circle with a color.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02553">IGraphics.cpp:2553</a></div></div>

_i_corner_resizer_control_8h_source.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@
182182
<div class="ttc" id="aclass_i_graphics_html_a095c4538eeda7ff3647214563bb559ec"><div class="ttname"><a href="class_i_graphics.html#a095c4538eeda7ff3647214563bb559ec">IGraphics::Resize</a></div><div class="ttdeci">void Resize(int w, int h, float scale, bool needsPlatformResize=true)</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l00089">IGraphics.cpp:89</a></div></div>
183183
<div class="ttc" id="aclass_i_graphics_html_a324015b47c2337fc734f49c808b9c379"><div class="ttname"><a href="class_i_graphics.html#a324015b47c2337fc734f49c808b9c379">IGraphics::SetMouseCursor</a></div><div class="ttdeci">virtual ECursor SetMouseCursor(ECursor cursorType=ECursor::ARROW)</div><div class="ttdoc">Sets the mouse cursor to one of ECursor (implementations should return the result of the base impleme...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l00814">IGraphics.h:814</a></div></div>
184184
<div class="ttc" id="aclass_i_graphics_html_a9d2ed1c8a03d92d1d2421cf8d152123f"><div class="ttname"><a href="class_i_graphics.html#a9d2ed1c8a03d92d1d2421cf8d152123f">IGraphics::FillTriangle</a></div><div class="ttdeci">virtual void FillTriangle(const IColor &amp;color, float x1, float y1, float x2, float y2, float x3, float y3, const IBlend *pBlend=0)</div><div class="ttdoc">Fill a triangle with a color.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8cpp_source.html#l02509">IGraphics.cpp:2509</a></div></div>
185-
<div class="ttc" id="aclass_i_graphics_html_ad5f403e5b79d4068985b7b8afcaa8da1"><div class="ttname"><a href="class_i_graphics.html#ad5f403e5b79d4068985b7b8afcaa8da1">IGraphics::GetDrawScale</a></div><div class="ttdeci">float GetDrawScale() const</div><div class="ttdoc">Gets the graphics context scaling factor.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01073">IGraphics.h:1073</a></div></div>
186-
<div class="ttc" id="aclass_i_graphics_html_afb59640795b21f5504b59a991935ad2b"><div class="ttname"><a href="class_i_graphics.html#afb59640795b21f5504b59a991935ad2b">IGraphics::GetBounds</a></div><div class="ttdeci">IRECT GetBounds() const</div><div class="ttdoc">Returns an IRECT that represents the entire UI bounds This is useful for programatically arranging UI...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01166">IGraphics.h:1166</a></div></div>
185+
<div class="ttc" id="aclass_i_graphics_html_ad5f403e5b79d4068985b7b8afcaa8da1"><div class="ttname"><a href="class_i_graphics.html#ad5f403e5b79d4068985b7b8afcaa8da1">IGraphics::GetDrawScale</a></div><div class="ttdeci">float GetDrawScale() const</div><div class="ttdoc">Gets the graphics context scaling factor.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01078">IGraphics.h:1078</a></div></div>
186+
<div class="ttc" id="aclass_i_graphics_html_afb59640795b21f5504b59a991935ad2b"><div class="ttname"><a href="class_i_graphics.html#afb59640795b21f5504b59a991935ad2b">IGraphics::GetBounds</a></div><div class="ttdeci">IRECT GetBounds() const</div><div class="ttdoc">Returns an IRECT that represents the entire UI bounds This is useful for programatically arranging UI...</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_8h_source.html#l01171">IGraphics.h:1171</a></div></div>
187187
<div class="ttc" id="astruct_i_color_html"><div class="ttname"><a href="struct_i_color.html">IColor</a></div><div class="ttdoc">Used to manage color data, independent of draw class/platform.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00221">IGraphicsStructs.h:222</a></div></div>
188188
<div class="ttc" id="astruct_i_mouse_mod_html"><div class="ttname"><a href="struct_i_mouse_mod.html">IMouseMod</a></div><div class="ttdoc">Used to manage mouse modifiers i.e.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l01683">IGraphicsStructs.h:1684</a></div></div>
189189
<div class="ttc" id="astruct_i_r_e_c_t_html"><div class="ttname"><a href="struct_i_r_e_c_t.html">IRECT</a></div><div class="ttdoc">Used to manage a rectangular area, independent of draw class/platform.</div><div class="ttdef"><b>Definition:</b> <a href="_i_graphics_structs_8h_source.html#l00747">IGraphicsStructs.h:748</a></div></div>

0 commit comments

Comments
 (0)