Accusoft.PdfXpress7.Net
TopLeft Property




Gets and sets the top, left point of the quadrilateral, specified in PDF user space coordinates.
Syntax
'Declaration
 
Public Property TopLeft As PointF
'Usage
 
Dim instance As Quadrilateral
Dim value As PointF
 
instance.TopLeft = value
 
value = instance.TopLeft
public PointF TopLeft {get; set;}
public: __property PointF get_TopLeft();
public: __property void set_TopLeft( 
   PointF value
);
public:
property PointF TopLeft {
   PointF get();
   void set (    PointF value);
}

Property Value

A System.Drawing.PointF object which represents the top left of the quadrilateral.
See Also

Reference

Quadrilateral Class
Quadrilateral Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback