Converts this AnnRectangle structure with the specified unit of measure to another AnnRectangle structure.
public AnnRectangle ConvertTo(
AnnUnitConverter converter,
AnnUnit unit
)
Public Function ConvertTo( _
ByVal converter As Leadtools.Annotations.AnnUnitConverter, _
ByVal unit As Leadtools.Annotations.AnnUnit _
) As Leadtools.Annotations.AnnRectangle
public:
Leadtools.Annotations.AnnRectangle ConvertTo(
Leadtools.Annotations.AnnUnitConverter^ converter,
Leadtools.Annotations.AnnUnit unit
)
converter
Specifies the AnnUnitConverter object to be used in the conversion.
unit
Specifies the destination AnnUnit value for the unit of measure for the conversion.
An AnnRectangle structure containing the converted values of this AnnRectangle structure.
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 Equality.
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