LEADTOOLS (Leadtools assembly)

X Property (LeadPointD)

Show in webframe







Gets or sets the X-coordinate of this LeadPointD structure.
Syntax
public double X {get; set;}
'Declaration
 
Public Property X As Double
'Usage
 
Dim instance As LeadPointD
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

The X-coordinate value of this point.
Remarks

You cannot change the values of the Empty point.

Requirements

Target Platforms

See Also

Reference

LeadPointD Structure
LeadPointD Members

 

 


Products | Support | Contact Us | Copyright Notices

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