'Declaration Public Overloads Function ConvertUnit( _ ByVal source As Unit, _ ByVal destUnitType As UnitTypeEnum _ ) As Double
public double ConvertUnit( Unit source, UnitTypeEnum destUnitType )
Parameters
- source
- The source C1.C1Preview.Unit value to convert (must be an absolute value).
- destUnitType
- The destination unit type (C1.C1Preview.UnitTypeEnum; cannot be C1.C1Preview.UnitTypeEnum.Pixel).
Return Value
A double representing the source value expressed in destUnitType units.