LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnSize Constructor(Single,Single)

Show in webframe





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
)

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

See Also

Reference

AnnSize Structure
AnnSize Members
Overload List

 

 


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