←Select platform

FromLTRB(float,float,float,float) Method

Summary

Creates a AnnRectangle structure with the upper-left corner and the lower-right corner at the specified locations.

Syntax

C#
VB
C++
public static AnnRectangle FromLTRB( 
   float left, 
   float top, 
   float right, 
   float bottom 
) 
  
Public Overloads Shared Function FromLTRB( _ 
   ByVal left As Single, _ 
   ByVal top As Single, _ 
   ByVal right As Single, _ 
   ByVal bottom As Single _ 
) As Leadtools.Annotations.AnnRectangle 
public: 
static Leadtools.Annotations.AnnRectangle FromLTRB(  
   float left, 
   float top, 
   float right, 
   float bottom 
)  

Parameters

left
The x-coordinate of the upper-left corner of the rectangular region.

top
The y-coordinate of the upper-left corner of the rectangular region.

right
The x-coordinate of the lower-right corner of the rectangular region.

bottom
The y-coordinate of the lower-right corner of the rectangular region.

Return Value

The new AnnRectangle structure that this method creates.

Remarks

The unit of measure will be set to the default (Pixel).

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