Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Y Property (LeadRect)








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

Error processing SSI file