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