←Select platform

Bottom Property

Summary
Gets the y-coordinate of the lower-right corner of this LeadRect structure.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[XmlIgnoreAttribute()] 
public int Bottom { get; set; } 
NSInteger LeadRectBottom(LeadRect rect) 
public int getBottom(); 
public void setBottom( 
   int intValue 
); 
[XmlIgnoreAttribute()] 
public: 
property int Bottom { 
   int get(); 
   void set (    int ); 
} 
Bottom # get and set (LeadRect) 

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

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.