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
- fromGraphicsUnit
- GraphicsUnit of the value which is converted. 
- toGraphicsUnit
- GraphicsUnit of the result. 
- dpidouble
- Number of dots per inch. 
- nSrcdouble
- Value to convert. 
- typeGraphicsUnitConverter.GraphicsType
- Type of the graphics.