Accusoft.PdfXpress7.Net
TopRight Property




Gets and sets the top, right point of the quadrilateral, specified in PDF user space coordinates.
Syntax
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);
}
'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.
See Also

Reference

Quadrilateral Class
Quadrilateral Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback