LEADTOOLS (Leadtools assembly)

Y Property (LeadPointD)

Show in webframe







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;}

            

            
 
get_Y();
set_Y(value);
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

 

 


Products | Support | Contact Us | Copyright Notices

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