LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnSize Constructor(SizeF,AnnUnit)

Show in webframe





A SizeF structure that specifies the dimension for the new AnnSize structure.
An AnnUnit value specifying the unit of measure for the values in this structure.
Initializes a new instance of the AnnSize structure from a SizeF structure and a unit value.
Syntax
public AnnSize( 
   SizeF sz,
   AnnUnit unit
)
'Declaration
 
Public Function New( _
   ByVal sz As SizeF, _
   ByVal unit As AnnUnit _
)
'Usage
 
Dim sz As SizeF
Dim unit As AnnUnit
 
Dim instance As New AnnSize(sz, unit)

            

            
public:
AnnSize( 
   SizeF sz,
   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

See Also

Reference

AnnSize Structure
AnnSize Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.