←Select platform

AnnSize Constructor(float,float)

Summary

Initializes a new instance of the AnnSize structure from the specified dimension.

Syntax

C#
VB
C++
public AnnSize( 
   float width, 
   float height 
) 
  
Public Function New( _ 
   ByVal width As Single, _ 
   ByVal height As Single _ 
) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly