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

AnnRectangle Constructor(RectangleF,AnnUnit)






A RectangleF structure that uses floating-point numbers that represents the location and size of the new AnnRectangle structure.
An AnnUnit value specifying the unit of measure to be used.
Initializes a new instance of the AnnRectangle structure from a RectangleF structure and a unit of measure.
Syntax
public AnnRectangle( 
   RectangleF rect,
   AnnUnit unit
)
'Declaration
 
Public Function New( _
   ByVal rect As RectangleF, _
   ByVal unit As AnnUnit _
)
'Usage
 
Dim rect As RectangleF
Dim unit As AnnUnit
 
Dim instance As New AnnRectangle(rect, unit)
public AnnRectangle( 
   RectangleF rect,
   AnnUnit unit
)
function AnnRectangle( 
   rect ,
   unit 
)
public:
AnnRectangle( 
   RectangleF rect,
   AnnUnit unit
)

Parameters

rect
A RectangleF structure that uses floating-point numbers that represents the location and size of the new AnnRectangle structure.
unit
An AnnUnit value specifying the unit of measure to be used.
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.