Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

X Property (LeadPointD)








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;}
public double getX()
public void setX(double value)
            
 <br/>get_X();<br/>set_X(value);<br/>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

Error processing SSI file