←Select platform

FromLTRB Method (LeadRectDHelper)

Summary

Returns a LeadRectD structure with the specified edge locations.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.LeadRectD FromLTRB(  
   double left, 
   double top, 
   double right, 
   double bottom 
) 
Public Shared Function FromLTRB( _ 
   ByVal left As Double, _ 
   ByVal top As Double, _ 
   ByVal right As Double, _ 
   ByVal bottom As Double _ 
) As Leadtools.LeadRectD 
public static Leadtools.LeadRectD FromLTRB(  
   double left, 
   double top, 
   double right, 
   double bottom 
) 
 function Leadtools.LeadRectDHelper.FromLTRB(  
   left , 
   top , 
   right , 
   bottom  
) 
public: 
static Leadtools.LeadRectD FromLTRB(  
   double left, 
   double top, 
   double right, 
   double bottom 
)  

Parameters

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

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

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

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

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