←Select platform

AnnSize Constructor(SizeF)

Summary

Initializes a new instance of the AnnSize structure from a SizeF structure.

Syntax

C#
VB
C++
public AnnSize( 
   SizeF sz 
) 
  
Public Function New( _ 
   ByVal sz As SizeF _ 
) 
public: 
AnnSize(  
   SizeF sz 
) 

Parameters

sz
A SizeF structure that specifies the dimensions for 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