TypeLibF Xojo Plugin

PolygonF.DrawPath Method (console safe)

Draws the polygon as a path into a Graphics context with the current color of the Graphics context.

DrawPath(
   g as Graphics)

Parameters

g
The graphics context.

Remarks

Drawing as a path means that the polygon is not closed.

See Also

PolygonF Class