ICanvas.pointTo

Draw a point on the canvas. Draw only a point, the rest of the shapes are rendered.

interface ICanvas
@safe
void
pointTo

Parameters

position Vecf

Point position.

color Color!ubyte

Point color.

Meta