Accusoft.PdfXpress6.Net
BottomLeft Property




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

Property Value

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

Reference

Quadrilateral Class
Quadrilateral Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback