mojo:mojo.graphics.Canvas.DrawPoint
Draws a point.
Draws a point in the current Color using the current BlendMode.
The point coordinates are transformed by the current Matrix and clipped to the current Viewport and Scissor.
Parameters | |
---|---|
x |
x Point x coordinate. |
y |
y Point y coordinate. |
v |
v Point coordinates. |