'Declaration Public Overloads Shared Function Convert( _ ByVal value As System.Double, _ ByVal fromDpi As System.Double, _ ByVal to As UnitTypeEnum _ ) As System.Double
public static System.double Convert( System.double value, System.double fromDpi, UnitTypeEnum to )
Parameters
- value
- The value to convert in pixels.
- fromDpi
- The source dpi.
- to
- The target unit of measurement.