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