Delegate ConvertGraphicsUnit
Defines delegate for Convert handler.
public delegate double ConvertGraphicsUnit(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.