←Select platform

FromLTRB Method

Summary
Returns a LeadRect structure with the specified edge locations.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadRect FromLTRB( 
   int left, 
   int top, 
   int right, 
   int bottom 
) 
LeadRect LeadRectFromLTRB(NSInteger left, NSInteger top, NSInteger right, NSInteger bottom) 
public static LeadRect fromLTRB( 
   int left, 
   int top, 
   int right, 
   int bottom 
); 
public: 
static LeadRect FromLTRB(  
   int left, 
   int top, 
   int right, 
   int bottom 
)  
def FromLTRB(self,left,top,right,bottom): 

Parameters

left
The x-coordinate of the upper-left corner of the LeadRect.

top
The y-coordinate of the upper-left corner of the LeadRect.

right
The x-coordinate of the lower-right corner of the LeadRect.

bottom
The y-coordinate of the lower-right corner of the LeadRect.

Requirements

Target Platforms

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

Leadtools Assembly

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