ClipPathBuilder.Polygon

ClipPathBuilder.Polygon method

Defines a polygonal clip path.

public ClipPathBuilder Polygon(params double[] points)
ParameterTypeDescription
pointsDouble[]An array of points defining the vertices of the polygon.

Return Value

The current instance of ClipPathBuilder for method chaining.

See Also