Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Y Property (LeadPoint)








Gets or sets a value that represents the Y coordinate for this LeadPoint structure.
Syntax
public int Y {get; set;}
'Declaration
 
Public Property Y As Integer
'Usage
 
Dim instance As LeadPoint
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 LeadPoint structure.
Requirements

Target Platforms

See Also

Reference

LeadPoint Structure
LeadPoint Members

Error processing SSI file