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