LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

FromLTRB(Single,Single,Single,Single) Method






The x-coordinate of the upper-left corner of the rectangular region.
The y-coordinate of the upper-left corner of the rectangular region.
The x-coordinate of the lower-right corner of the rectangular region.
The y-coordinate of the lower-right corner of the rectangular region.
Creates a AnnRectangle structure with the upper-left corner and the lower-right corner at the specified locations.
Syntax
public static AnnRectangle FromLTRB( 
   float left,
   float top,
   float right,
   float bottom
)
'Declaration
 
Public Overloads Shared Function FromLTRB( _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal right As Single, _
   ByVal bottom As Single _
) As AnnRectangle
'Usage
 
Dim left As Single
Dim top As Single
Dim right As Single
Dim bottom As Single
Dim value As AnnRectangle
 
value = AnnRectangle.FromLTRB(left, top, right, bottom)
public static AnnRectangle FromLTRB( 
   float left,
   float top,
   float right,
   float bottom
)
 function Leadtools.Annotations.AnnRectangle.FromLTRB(Single,Single,Single,Single)( 
   left ,
   top ,
   right ,
   bottom 
)
public:
static 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnRectangle Structure
AnnRectangle Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.