Accusoft.PdfXpress7.Net
TopRight Property




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

Reference

Quadrilateral Class
Quadrilateral Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback