←Select platform

FromLTRB Method

Summary
Creates a new instance of LeadRectD with the specified values top-left and bottom-right corner points.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadRectD FromLTRB( 
   double left, 
   double top, 
   double right, 
   double bottom 
) 
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 
)  
def FromLTRB(self,left,top,right,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 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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