Gets and sets the bottom, left point of the quadrilateral, specified in PDF user space coordinates.
public PointF BottomLeft {get; set;}
public: __property PointF get_BottomLeft();
public: __property void set_BottomLeft(
PointF value
);
'Declaration
Public Property BottomLeft As PointF
'Usage
Dim instance As Quadrilateral
Dim value As PointF
instance.BottomLeft = value
value = instance.BottomLeft
Property Value
A
System.Drawing.PointF object which represents the bottom left of the quadrilateral.