LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnRectangle Constructor(RectangleF,AnnUnit)

Show in webframe





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
)

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

See Also

Reference

AnnRectangle Structure
AnnRectangle Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.