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