CFF2MainUpperRightCorner Property |
The coordinates of the upper right corner of the cutting
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic PointF UpperRightCorner { get; set; }
Public Property UpperRightCorner As PointF
Get
Set
public:
property PointF UpperRightCorner {
PointF get ();
void set (PointF value);
}
member UpperRightCorner : PointF with get, set
Property Value
Type:
PointF
See Also