LEADTOOLS (Leadtools assembly)

X Property (LeadRect)

Show in webframe







Gets or sets the x-coordinate of the upper-left corner of this LeadRect structure.
Syntax
public int X {get; set;}
'Declaration
 
Public Property X As Integer
'Usage
 
Dim instance As LeadRect
Dim value As Integer
 
instance.X = value
 
value = instance.X
public int X {get; set;}

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

Property Value

The x-coordinate of this LeadRect.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

 

 


Products | Support | Contact Us | Copyright Notices

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