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
fromGraphicsUnitGraphicsUnit of the value which is converted.
toGraphicsUnitGraphicsUnit of the result.
dpiSizeDNumber of dots per inch.
valuePointDValue to convert.
typeGraphicsUnitConverter.GraphicsTypeType of the graphics.