Method DefaultConvert
DefaultConvert(GraphicsUnit, GraphicsUnit, double, double, GraphicsType)
Default convertion method.
public static double DefaultConvert(GraphicsUnit from, GraphicsUnit to, double dpi, double nSrc, GraphicsUnitConverter.GraphicsType type = GraphicsType.Undefined)
Parameters
from
GraphicsUnitGraphicsUnit of the value which is converted.
to
GraphicsUnitGraphicsUnit of the result.
dpi
doubleNumber of dots per inch.
nSrc
doubleValue to convert.
type
GraphicsUnitConverter.GraphicsTypeType of the graphics.