LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnSize Constructor(Single,Single,AnnUnit)

Show in webframe





The width component of the new AnnSize structure.
The height component of the new AnnSize structure.
An AnnUnit structure specifying the unit of measure.
Initializes a new instance of the AnnSize structure from the specified dimensions and unit.
Syntax
public AnnSize( 
   float width,
   float height,
   AnnUnit unit
)
'Declaration
 
Public Function New( _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal unit As AnnUnit _
)
'Usage
 
Dim width As Single
Dim height As Single
Dim unit As AnnUnit
 
Dim instance As New AnnSize(width, height, unit)

            

            
public:
AnnSize( 
   float width,
   float height,
   AnnUnit unit
)

Parameters

width
The width component of the new AnnSize structure.
height
The height component of the new AnnSize structure.
unit
An AnnUnit structure specifying the unit of measure.
Requirements

Target Platforms

See Also

Reference

AnnSize Structure
AnnSize Members
Overload List

 

 


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