ClipPathBuilder.Polygon
ClipPathBuilder.Polygon method
Defines a polygonal clip path.
public ClipPathBuilder Polygon(params double[] points)
Parameter | Type | Description |
---|---|---|
points | Double[] | An array of points defining the vertices of the polygon. |
Return Value
The current instance of ClipPathBuilder for method chaining.
See Also
- class ClipPathBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG