Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Y Property (LeadRectD)








Gets or sets the y-axis value of the top side of the rectangle.
Syntax
public double Y {get; set;}
'Declaration
 
Public Property Y As Double
'Usage
 
Dim instance As LeadRectD
Dim value As Double
 
instance.Y = value
 
value = instance.Y
public double Y {get; set;}
public double getY()
public void setY(double value)
            
 <br/>get_Y();<br/>set_Y(value);<br/>Object.defineProperty('Y'); 
public:
property double Y {
   double get();
   void set (    double value);
}

Property Value

y-axis value of the top size of the rectangle.
Remarks

You cannot change the values of the Empty rectangle.

Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file