API Panel.Graphics.DrawCircle

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png DrawCircle
Draws a circle on a texture 
Fc9-f32-icon.png - FLOAT X
Horizontal pixels of the center of the circle 
Fc9-f32-icon.png - FLOAT Y
Vertical pixels of the center of the circle 
Fc9-f32-icon.png - FLOAT Rx
Horizontal radius in pixels 
Fc9-f32-icon.png - FLOAT Ry
Vertical radius in pixels 
Fc9-void-icon.png - NONE Return


Detailed description

Examples

Calling in a calculation

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