←Select platform

AnnSize Constructor(float,float,AnnUnit)

Summary

Initializes a new instance of the AnnSize structure from the specified dimensions and unit.

Syntax

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

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

Leadtools.Annotations Assembly