LEADTOOLS Annotations (Leadtools.Annotations assembly)

ConvertedHeight Method (AnnSize)

Show in webframe





AnnUnitConverter object to be used in converting the x-coordinate.
Destination AnnUnit.
Returns the value of the vertical component of this AnnSize structrue, in the specified AnnUnit unit of measure.
Syntax
public float ConvertedHeight( 
   AnnUnitConverter converter,
   AnnUnit unit
)
'Declaration
 
Public Function ConvertedHeight( _
   ByVal converter As AnnUnitConverter, _
   ByVal unit As AnnUnit _
) As Single
'Usage
 
Dim instance As AnnSize
Dim converter As AnnUnitConverter
Dim unit As AnnUnit
Dim value As Single
 
value = instance.ConvertedHeight(converter, unit)

            

            
public:
float ConvertedHeight( 
   AnnUnitConverter^ converter,
   AnnUnit unit
) 

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 Visual Basic), 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.