Accusoft.PdfXpress6.Net
BottomRight Property




Gets and sets the bottom, right point of the quadrilateral, specified in PDF user space coordinates.
Syntax
'Declaration
 
Public Property BottomRight As PointF
'Usage
 
Dim instance As Quadrilateral
Dim value As PointF
 
instance.BottomRight = value
 
value = instance.BottomRight
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);
}

Property Value

A System.Drawing.PointF object which represents the bottom right of the quadrilateral.
See Also

Reference

Quadrilateral Class
Quadrilateral Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback