The FromLTRB(Single,Single,Single,Single,AnnUnit) Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Creates a
AnnRectangle structure with the specified upper-left corner and lower-right corner and the specified unit of measure.
Syntax
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.
- unit
- The AnnUnit value indicating the unit of measure for the rectangle.
Return Value
The new
AnnRectangle that this method creates.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also