←Select platform

FromLTRB Method

Summary

Returns a LogicalRectangle structure with the specified edge locations and unit of measure.

Syntax

C#
VB
C++
public static LogicalRectangle FromLTRB( 
   double left, 
   double top, 
   double right, 
   double bottom, 
   LogicalUnit unit 
) 
  
Public Shared Function FromLTRB( _ 
   ByVal left As Double, _ 
   ByVal top As Double, _ 
   ByVal right As Double, _ 
   ByVal bottom As Double, _ 
   ByVal unit As Leadtools.Forms.LogicalUnit _ 
) As Leadtools.Forms.LogicalRectangle 
public: 
static Leadtools.Forms.LogicalRectangle FromLTRB(  
   double left, 
   double top, 
   double right, 
   double bottom, 
   Leadtools.Forms.LogicalUnit unit 
)  

Parameters

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

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

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

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

unit
Specifies the unit of measurement of the LogicalRectangle.

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.Forms Assembly