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

AnnSize Constructor(Single,Single)






The width component of the new AnnSize structure.
The height component of the new AnnSize structure.
Initializes a new instance of the AnnSize structure from the specified dimension.
Syntax
public AnnSize( 
   float width,
   float height
)
'Declaration
 
Public Function New( _
   ByVal width As Single, _
   ByVal height As Single _
)
'Usage
 
Dim width As Single
Dim height As Single
 
Dim instance As New AnnSize(width, height)
public AnnSize( 
   float width,
   float height
)
function AnnSize( 
   width ,
   height 
)
public:
AnnSize( 
   float width,
   float height
)

Parameters

width
The width component of the new AnnSize structure.
height
The height component of the new AnnSize structure.
Remarks
The Unit property will be set to the default (Pixel).
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.