←Select platform

FromLTRB Method (LeadRectHelper)

Summary

Returns a LeadRect structure with the specified edge locations.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.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 
public static Leadtools.LeadRect FromLTRB(  
   int left, 
   int top, 
   int right, 
   int bottom 
) 
 function Leadtools.LeadRectHelper.FromLTRB(  
   left , 
   top , 
   right , 
   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