The LogicalUnitConverter Class is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Defines many conversion methods that convert a floating-point number in a specific unit of measurement to its equivalant floating-point value in another unit of measurement.
| Visual Basic (Declaration) | |
|---|---|
Public MustInherit NotInheritable Class LogicalUnitConverter | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LogicalUnitConverter | |
| C# | |
|---|---|
public static class LogicalUnitConverter | |
| C++/CLI | |
|---|---|
public ref class LogicalUnitConverter abstract sealed | |
For an example, refer to Width.
LogicalUnitConverter provides different methods to convert a measurement value from one unit to another unit.
System.Object
Leadtools.Forms.LogicalUnitConverter
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code