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: 7.0.0
Syntax
public double PointsToPixels(
	double points
)

Parameters

points
Type: SystemDouble
The value in points

Return Value

Type: Double
The value in pixels
See Also