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