Returns the value of the y-coordinate of this AnnPoint structure, converted to its equivalent in the specified AnnUnit unit of measure.
public float ConvertedY(
AnnUnitConverter converter,
AnnUnit unit
)
Public Function ConvertedY( _
ByVal converter As Leadtools.Annotations.AnnUnitConverter, _
ByVal unit As Leadtools.Annotations.AnnUnit _
) As Single
public:
float ConvertedY(
Leadtools.Annotations.AnnUnitConverter^ converter,
Leadtools.Annotations.AnnUnit unit
)
converter
AnnUnitConverter object to be used in converting the y-coordinate.
unit
Destination AnnUnit.
The y-coordinate of this AnnPoint structure, converted to its equivalent in the specified AnnUnit unit of measure.
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).
For an example, refer to ConvertedX.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET