PathShape.PathShape
PathShape()
Initializes a new instance of the PathShape
class.
public PathShape()
See Also
- class PathShape
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD
PathShape(LengthRecord, BezierKnotRecord[])
Initializes a new instance of the PathShape
class.
public PathShape(LengthRecord lengthRecord, BezierKnotRecord[] bezierKnotRecords)
Parameter | Type | Description |
---|---|---|
lengthRecord | LengthRecord | The length record. |
bezierKnotRecords | BezierKnotRecord[] | The bezier knot records. |
See Also
- class LengthRecord
- class BezierKnotRecord
- class PathShape
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD