Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Bottom Property (LeadRect)








Gets the y-coordinate of the lower-right corner of this LeadRect structure.
Syntax
[XmlIgnoreAttribute()]
public int Bottom {get; set;}
'Declaration
 
<XmlIgnoreAttribute()>
Public Property Bottom As Integer
'Usage
 
Dim instance As LeadRect
Dim value As Integer
 
instance.Bottom = value
 
value = instance.Bottom
[XmlIgnoreAttribute()]
public int Bottom {get; set;}
NSInteger LeadRectBottom(LeadRect rect)
public int getBottom()
XmlIgnoreAttribute()
 <br/>get_Bottom();<br/>set_Bottom(value);<br/>Object.defineProperty('Bottom'); 
[XmlIgnoreAttribute()]
public:
property int Bottom {
   int get();
   void set (    int value);
}

Property Value

The bottom edge of this LeadRect.
Remarks

The lower-right corner is the sum of the Y and the Height property values of this LeadRect structure.

Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

Error processing SSI file