Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadRect Structure : Bottom Property |
[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); }
The lower-right corner is the sum of the Y and the Height property values of this LeadRect structure.