Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

X Property (LeadRect)








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)
            
 <br/>get_X();<br/>set_X(value);<br/>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

Error processing SSI file