LEADTOOLS (Leadtools assembly)

Y Property (LeadRect)

Show in webframe







Gets or sets the y-coordinate of the upper-left corner of this LeadRect structure.
Syntax
public int Y {get; set;}
'Declaration
 
Public Property Y As Integer
'Usage
 
Dim instance As LeadRect
Dim value As Integer
 
instance.Y = value
 
value = instance.Y
public int Y {get; set;}

            
public int getY()
public void setY(int value)
            
 
get_Y();
set_Y(value);
Object.defineProperty('Y');
public:
property int Y {
   int get();
   void set (    int value);
}

Property Value

The y-coordinate of this LeadRect.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

 

 


Products | Support | Contact Us | Copyright Notices

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