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