Winnovative Excel Library

ExcelUnitsConverterPointsToPixels Method

Winnovative Excel Library Documentation
Converts points to pixels. A point is 1/72 inch.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference