←Select platform

ConvertedHeight Method

Summary

Returns the value of the vertical component of this AnnSize structrue, in the specified AnnUnit unit of measure.

Syntax

C#
VB
C++
public float ConvertedHeight( 
   AnnUnitConverter converter, 
   AnnUnit unit 
) 
  
Public Function ConvertedHeight( _ 
   ByVal converter As Leadtools.Annotations.AnnUnitConverter, _ 
   ByVal unit As Leadtools.Annotations.AnnUnit _ 
) As Single 

Parameters

converter
AnnUnitConverter object to be used in converting the x-coordinate.

unit
Destination AnnUnit.

Return Value

The vertical component of this AnnSize structure, in the specified AnnUnit unit of measure.

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 ConvertedWidth.

Requirements

Target Platforms

See Also

Reference

AnnSize Structure

AnnSize Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly