←Select platform

AnnSize Constructor(SizeF,AnnUnit)

Summary

Initializes a new instance of the AnnSize structure from a SizeF structure and a unit value.

Syntax

C#
VB
C++
public AnnSize( 
   SizeF sz, 
   AnnUnit unit 
) 
  
Public Function New( _ 
   ByVal sz As SizeF, _ 
   ByVal unit As Leadtools.Annotations.AnnUnit _ 
) 
public: 
AnnSize(  
   SizeF sz, 
   Leadtools.Annotations.AnnUnit unit 
) 

Parameters

sz
A SizeF structure that specifies the dimension for the new AnnSize structure.

unit
An AnnUnit value specifying the unit of measure for the values in this structure.

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