| ShapeSegmentEndPoint Property |
Gets the ending point.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic abstract PointF EndPoint { get; }Public MustOverride ReadOnly Property EndPoint As PointF
Get
public:
virtual property PointF EndPoint {
PointF get () abstract;
}abstract EndPoint : PointF with get
Property Value
Type:
PointFThe ending point.
See Also