LEADTOOLS (Leadtools assembly)

Bottom Property (LeadRect)

Show in webframe







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;}
int LeadRect_Bottom(LeadRect rect);
public int getBottom()
XmlIgnoreAttribute()
 
get_Bottom();
set_Bottom(value);
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.