CFF2LineEndPoint Property |
The end point
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic PointF EndPoint { get; set; }
Public Property EndPoint As PointF
Get
Set
public:
property PointF EndPoint {
PointF get ();
void set (PointF value);
}
member EndPoint : PointF with get, set
Property Value
Type:
PointF
See Also