←Select platform

FromLTRB Method

Summary
Returns a LeadRect structure with the specified edge locations.
Syntax
C#
VB
Objective-C
C++
Java
public static LeadRect FromLTRB( 
   int left, 
   int top, 
   int right, 
   int bottom 
) 
Public Shared Function FromLTRB( _ 
   ByVal left As Integer, _ 
   ByVal top As Integer, _ 
   ByVal right As Integer, _ 
   ByVal bottom As Integer _ 
) As LeadRect 
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 
)  

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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