LEADTOOLS Annotations (Leadtools.Annotations assembly)

Y Property (AnnPoint)

Show in webframe





Gets or sets the y-coordinate of this AnnPoint.
Syntax
public float Y {get; set;}
'Declaration
 
Public Property Y As Single
'Usage
 
Dim instance As AnnPoint
Dim value As Single
 
instance.Y = value
 
value = instance.Y

            

            
public:
property float Y {
   float get();
   void set (    float value);
}

Property Value

The y-coordinate of this AnnPoint.
Requirements

Target Platforms

See Also

Reference

AnnPoint Structure
AnnPoint Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.