Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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
)

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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)