LEADTOOLS Annotations (Leadtools.Annotations assembly)

Y Property (AnnRectangle)

Show in webframe





Gets or sets the y-coordinate of the upper-left corner of this AnnRectangle structure.
Syntax
public float Y {get; set;}
'Declaration
 
Public Property Y As Single
'Usage
 
Dim instance As AnnRectangle
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 the upper-left corner of this AnnRectangle structure.
Requirements

Target Platforms

See Also

Reference

AnnRectangle Structure
AnnRectangle Members

 

 


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