LEADTOOLS (Leadtools assembly)

X Property (LeadRectD)

Show in webframe







Gets or sets the x-axis value of the left side of the rectangle.
Syntax
public double X {get; set;}
'Declaration
 
Public Property X As Double
'Usage
 
Dim instance As LeadRectD
Dim value As Double
 
instance.X = value
 
value = instance.X
public double X {get; set;}

            

            
 
get_X();
set_X(value);
Object.defineProperty('X');
public:
property double X {
   double get();
   void set (    double value);
}

Property Value

x-axis value of the left side of the rectangle.
Remarks

You cannot change the values of the Empty rectangle.

Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.