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

AnnSize Constructor(Single,Single,AnnUnit)






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
)
function 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: 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

AnnSize Structure
AnnSize Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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