Accusoft.PdfXpress7.Net
BottomRight Property




Gets and sets the bottom, right point of the quadrilateral, specified in PDF user space coordinates.
Syntax
public PointF BottomRight {get; set;}
public: __property PointF get_BottomRight();
public: __property void set_BottomRight( 
   PointF value
);
public:
property PointF BottomRight {
   PointF get();
   void set (    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.
See Also

Reference

Quadrilateral Class
Quadrilateral Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback