PolygonShape.PolygonShape
PolygonShape()
Initializes a new instance of the PolygonShape class.
public PolygonShape()
See Also
- class PolygonShape
- namespace Aspose.PSD.Shapes
- assembly Aspose.PSD
PolygonShape(PointF[])
Initializes a new instance of the PolygonShape class.
public PolygonShape(PointF[] points)
| Parameter | Type | Description |
|---|---|---|
| points | PointF[] | The points array. |
See Also
- struct PointF
- class PolygonShape
- namespace Aspose.PSD.Shapes
- assembly Aspose.PSD
PolygonShape(PointF[], bool)
Initializes a new instance of the PolygonShape class.
public PolygonShape(PointF[] points, bool isClosed)
| Parameter | Type | Description |
|---|---|---|
| points | PointF[] | The points array. |
| isClosed | Boolean | If set to true the polygon is closed. |
See Also
- struct PointF
- class PolygonShape
- namespace Aspose.PSD.Shapes
- assembly Aspose.PSD