Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

X Property (LeadPoint)








Gets or sets a value that represents the X coordinate for this LeadPoint structure.
Syntax
public int X {get; set;}
'Declaration
 
Public Property X As Integer
'Usage
 
Dim instance As LeadPoint
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 LeadPoint structure.
Requirements

Target Platforms

See Also

Reference

LeadPoint Structure
LeadPoint Members

Error processing SSI file