'Declaration Public Overloads Function ConvertUnit( _ ByVal destUnitType As UnitTypeEnum, _ ByVal destDpi As Single _ ) As Double
public double ConvertUnit( UnitTypeEnum destUnitType, float destDpi )
Parameters
- destUnitType
- The target UnitTypeEnum.
- destDpi
- The target resolution (used if destUnitType is UnitTypeEnum.Pixel).
Return Value
The value in destUnitType units.