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
- fromGraphicsUnit
- GraphicsUnit of the value which is converted. 
- toGraphicsUnit
- GraphicsUnit of the result. 
- dpiSizeD
- Number of dots per inch. 
- valuePointD
- Value to convert. 
- typeGraphicsUnitConverter.GraphicsType
- Type of the graphics.