mojo.graphics.Canvas.DrawPoint - nitrologic/monkey2 GitHub Wiki

mojo::mojo.graphics.mojo.graphics.Canvas.DrawPoint

Method DrawPoint:Void( x:monkey:monkey.types.Float,y:monkey:monkey.types.Float )
Method DrawPoint:Void( v:std: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.