Jump to content

API Panel.Graphics.DrawLineA

From Flowcode Help
Revision as of 14:07, 13 July 2026 by SteveT (talk | contribs) (Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"")
DrawLineA
Draws a smooth line on a texture 
- FLOAT X0
Inclusive start of line in X 
- FLOAT Y0
Inclusive start of line in Y 
- FLOAT X1
Exclusive end of line in X 
- FLOAT Y1
Exclusive end of line in Y 
- NONE Return


Detailed description

Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Panel.Graphics.DrawLineA(x0, y0, x1, y1)