Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Bottom Property (LeadRectD)








Gets the y-axis value of the bottom side of the rectangle.
Syntax
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public double Bottom {get;}
'Declaration
 
<XmlIgnoreAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property Bottom As Double
'Usage
 
Dim instance As LeadRectD
Dim value As Double
 
value = instance.Bottom
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public double Bottom {get;}
double LeadRectDBottom(LeadRectD rect)
public double getBottom()
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public:
property double Bottom {
   double get();
}

Property Value

The y-axis value of the bottom side of the rectangle.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file