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