Method ConvertPoint
ConvertPoint(GraphicsUnit, GraphicsUnit, SizeD, PointD, GraphicsType)
Converts PointD value to other GraphicsUnit.
public static PointD ConvertPoint(GraphicsUnit from, GraphicsUnit to, SizeD dpi, PointD value, GraphicsUnitConverter.GraphicsType type = GraphicsType.Undefined)
Parameters
from
GraphicsUnitGraphicsUnit of the value which is converted.
to
GraphicsUnitGraphicsUnit of the result.
dpi
SizeDNumber of dots per inch.
value
PointDValue to convert.
type
GraphicsUnitConverter.GraphicsTypeType of the graphics.