LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnLength Constructor(Single,AnnUnit)

Show in webframe





A single-precision floating point number that represents the length value.
An AnnUnit structure specifying the unit of measure for this length.
Initializes a new instance of the AnnLength structure with the specified value and unit of measure.
Syntax
public AnnLength( 
   float value,
   AnnUnit unit
)
'Declaration
 
Public Function New( _
   ByVal value As Single, _
   ByVal unit As AnnUnit _
)
'Usage
 
Dim value As Single
Dim unit As AnnUnit
 
Dim instance As New AnnLength(value, unit)

            

            
public:
AnnLength( 
   float value,
   AnnUnit unit
)

Parameters

value
A single-precision floating point number that represents the length value.
unit
An AnnUnit structure specifying the unit of measure for this length.
Requirements

Target Platforms

See Also

Reference

AnnLength Structure
AnnLength Members
Overload List

 

 


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