Click or drag to resize

ExcelUnitsConverterPointsToPixels Method

Converts points to pixels. A point is 1/72 inch.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public double PointsToPixels(
	double points
)

Parameters

points  Double
The value in points

Return Value

Double
The value in pixels
See Also