Skip to content

Mojo graphics canvas drawpoint

mojo:mojo.graphics.Canvas.DrawPoint

Method DrawPoint:Void( x:Float,y:Float )#
Method DrawPoint:Void( v:std.geom.Vec2f )#

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.