←Select platform

ConvertVertical Method

Summary

Converts a value from one unit to another using the vertical DPI value of this class.

Syntax

C#
VB
C++
public float ConvertVertical( 
   float value, 
   AnnUnit srcUnit, 
   AnnUnit destUnit 
) 
  
Public Function ConvertVertical( _ 
   ByVal value As Single, _ 
   ByVal srcUnit As Leadtools.Annotations.AnnUnit, _ 
   ByVal destUnit As Leadtools.Annotations.AnnUnit _ 
) As Single 
public: 
float ConvertVertical(  
   float value, 
   Leadtools.Annotations.AnnUnit srcUnit, 
   Leadtools.Annotations.AnnUnit destUnit 
)  

Parameters

value
Value to be converted. This is in

srcUnit units.

srcUnit
Source AnnUnit.

destUnit
Destination AnnUnit.

Return Value

The converted value.

Example

For an example, refer to ConvertHorizontal.

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