←Select platform

Convert Method

Summary

Converts this AnnLength structure to the specified unit of measure.

Syntax

C#
VB
C++
public void Convert( 
   AnnUnitConverter converter, 
   AnnUnit unit 
) 
  
Public Sub Convert( _ 
   ByVal converter As Leadtools.Annotations.AnnUnitConverter, _ 
   ByVal unit As Leadtools.Annotations.AnnUnit _ 
)  

Parameters

converter
Specifies the AnnUnitConverter object to be used in the conversion.

unit
Specifies the destination AnnUnit for the conversion.

Remarks

converter is used to do the actual conversion. If converter is null (Nothing in VB), the default AnnUnitConverter is used (in other words, conversion will be done based on the default 96 DPI).

Example

For an example, refer to the AnnLength.

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