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

Convert Method (AnnSize)






Specifies the AnnUnitConverter object to be used in the conversion.
AnnUnit value that indicates the units to which to convert this AnnSize structure.
Converts this AnnSize structure to the specified unit.
Syntax
public void Convert( 
   AnnUnitConverter converter,
   AnnUnit unit
)
'Declaration
 
Public Sub Convert( _
   ByVal converter As AnnUnitConverter, _
   ByVal unit As AnnUnit _
) 
'Usage
 
Dim instance As AnnSize
Dim converter As AnnUnitConverter
Dim unit As AnnUnit
 
instance.Convert(converter, unit)
public void Convert( 
   AnnUnitConverter converter,
   AnnUnit unit
)
 function Leadtools.Annotations.AnnSize.Convert( 
   converter ,
   unit 
)
public:
void Convert( 
   AnnUnitConverter^ converter,
   AnnUnit unit
) 

Parameters

converter
Specifies the AnnUnitConverter object to be used in the conversion.
unit
AnnUnit value that indicates the units to which to convert this AnnSize structure.
Remarks
The AnnUnitConverter object specified in converter is used to do the actual conversion. If converter is null (Nothing in Visual Basic), the default AnnUnitConverter performs the conversion, using 96 DPI.
Example
For an example, refer to AnnSize.
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

AnnSize Structure
AnnSize Members

 

 


Products | Support | Contact Us | Copyright Notices

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