API Panel.Graphics.DrawPoint
From Flowcode Help
Jump to navigationJump to search| DrawPoint | |
| Draws a point on a texture | |
| X | |
| Horizontal position in pixels of the point | |
| Y | |
| Vertical position in pixels of the point | |
| Return | |
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.Graphics.DrawPoint(x, y)
No additional examples