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