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
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.