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

ConvertedY Method






AnnUnitConverter object to be used in converting the y-coordinate.
Destination AnnUnit.
Returns the value of the y-coordinate of this AnnPoint structure, converted to its equivalent in the specified AnnUnit unit of measure.
Syntax
public float ConvertedY( 
   AnnUnitConverter converter,
   AnnUnit unit
)
'Declaration
 
Public Function ConvertedY( _
   ByVal converter As AnnUnitConverter, _
   ByVal unit As AnnUnit _
) As Single
'Usage
 
Dim instance As AnnPoint
Dim converter As AnnUnitConverter
Dim unit As AnnUnit
Dim value As Single
 
value = instance.ConvertedY(converter, unit)
public float ConvertedY( 
   AnnUnitConverter converter,
   AnnUnit unit
)
 function Leadtools.Annotations.AnnPoint.ConvertedY( 
   converter ,
   unit 
)
public:
float ConvertedY( 
   AnnUnitConverter^ converter,
   AnnUnit unit
) 

Parameters

converter
AnnUnitConverter object to be used in converting the y-coordinate.
unit
Destination AnnUnit.

Return Value

The y-coordinate of this AnnPoint structure, converted to its equivalent 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 ConvertedX.
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

AnnPoint Structure
AnnPoint Members

 

 


Products | Support | Contact Us | Copyright Notices

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