Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
Convert Method
See Also 
Leadtools.Annotations Namespace > AnnRectangle Structure : Convert Method




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.
Converts this AnnRectangle structure to one with the specified unit of measure.

Syntax

Visual Basic (Declaration) 
Public Sub Convert( _
   ByVal converter As AnnUnitConverter, _
   ByVal unit As AnnUnit _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnRectangle
Dim converter As AnnUnitConverter
Dim unit As AnnUnit
 
instance.Convert(converter, unit)
C# 
public void Convert( 
   AnnUnitConverter converter,
   AnnUnit unit
)
Managed Extensions for C++ 
public: void Convert( 
   AnnUnitConverter* converter,
   AnnUnit unit
) 
C++/CLI 
public:
void Convert( 
   AnnUnitConverter^ converter,
   AnnUnit unit
) 

Parameters

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.

Example

For an example, refer to the AnnRectangle.

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).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features