←Select platform

FromLTRB Method

Summary

Returns a LeadRect structure with the specified edge locations.

Syntax

C#
VB
Java
Objective-C
C++
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 Leadtools.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 Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly