LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AnnLength Constructor(Single,AnnUnit)






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
)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnLength Structure
AnnLength Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.