PolygonShape.PolygonShape

PolygonShape()

Initializes a new instance of the PolygonShape class.

public PolygonShape()

See Also


PolygonShape(PointF[])

Initializes a new instance of the PolygonShape class.

public PolygonShape(PointF[] points)
ParameterTypeDescription
pointsPointF[]The points array.

See Also


PolygonShape(PointF[], bool)

Initializes a new instance of the PolygonShape class.

public PolygonShape(PointF[] points, bool isClosed)
ParameterTypeDescription
pointsPointF[]The points array.
isClosedBooleanIf set to true the polygon is closed.

See Also