Method DefaultConvert
DefaultConvert(GraphicsUnit, GraphicsUnit, float, float, GraphicsType)
Default conversion method.
public static float DefaultConvert(GraphicsUnit from, GraphicsUnit to, float dpi, float nSrc, GraphicsUnitConverter.GraphicsType type = GraphicsType.Undefined)
Parameters
fromGraphicsUnitGraphicsUnit of the value which is converted.
toGraphicsUnitGraphicsUnit of the result.
dpifloatNumber of dots per inch.
nSrcfloatValue to convert.
typeGraphicsUnitConverter.GraphicsTypeType of the graphics.