Jump to content

API Panel.Graphics.DrawCircle: Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 33: Line 33:


==Detailed description==
==Detailed description==
''<span style="color:red;">No additional information</span>''
 




Line 39: Line 39:
===Calling in a calculation===
===Calling in a calculation===
* Add to a calculation icon: <pre class="brush:[cpp]">::Panel.Graphics.DrawCircle(x, y, rx, ry)</pre>
* Add to a calculation icon: <pre class="brush:[cpp]">::Panel.Graphics.DrawCircle(x, y, rx, ry)</pre>
''<span style="color:red;">No additional examples</span>''

Revision as of 11:55, 16 January 2023

DrawCircle
Draws a circle on a texture 
- FLOAT X
Horizontal pixels of the center of the circle 
- FLOAT Y
Vertical pixels of the center of the circle 
- FLOAT Rx
Horizontal radius in pixels 
- FLOAT Ry
Vertical radius in pixels 
- NONE Return


Detailed description

Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Panel.Graphics.DrawCircle(x, y, rx, ry)