←Select platform

FromLTRB Method

Summary

Creates a new instance of LeadRectD with the specified values top-left and bottom-right corner points.

Syntax
C#
VB
Objective-C
C++
Java
public static 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 LeadRectD 
LeadRectD LeadRectDFromLTRB(double left, double top, double right, double bottom) 
public static LeadRectD fromLTRB(double left, double top, double right, double bottom) 
public: 
static LeadRectD FromLTRB(  
   double left, 
   double top, 
   double right, 
   double bottom 
)  

Parameters

left
The x-coordinate of the top-left corner.

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

right
The x-coordinate of the bottom-right corner.

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

Remarks

The object this method creates.

Requirements

Target Platforms

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

Leadtools Assembly