'Declaration Public Overloads Shared Function Convert( _ ByVal value As System.Double, _ ByVal from As UnitTypeEnum, _ ByVal toDpi As System.Double _ ) As System.Double
public static System.double Convert( System.double value, UnitTypeEnum from, System.double toDpi )
Parameters
- value
- The value to convert in from units.
- from
- The source unit of measurement.
- toDpi
Return Value
value converted to pixels with specified dpi.