The UnitConverter Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the AnnUnitConverter that will be used in the AnnTransformer object.Visual Basic (Declaration) | |
---|---|
Public Property UnitConverter As AnnUnitConverter |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnTransformer Dim value As AnnUnitConverter instance.UnitConverter = value value = instance.UnitConverter |
C# | |
---|---|
public AnnUnitConverter UnitConverter {get; set;} |
C++/CLI | |
---|---|
public: property AnnUnitConverter^ UnitConverter { AnnUnitConverter^ get(); void set ( AnnUnitConverter^ value); } |
Property Value
The AnnUnitConverter for this AnnTransformer object.For an example, refer to AnnTransformer.
The conversion between device coordinate and logical coordinate systems depends on the current AnnUnitConverter value.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7