Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Y Property (LeadPointD)








Gets or sets the Y-coordinate of this LeadPointD structure.
Syntax
public double Y {get; set;}
'Declaration
 
Public Property Y As Double
'Usage
 
Dim instance As LeadPointD
Dim value As Double
 
instance.Y = value
 
value = instance.Y
public double Y {get; set;}
public double getY()
public void setY(double value)
            
 <br/>get_Y();<br/>set_Y(value);<br/>Object.defineProperty('Y'); 
public:
property double Y {
   double get();
   void set (    double value);
}

Property Value

The Y-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