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
)
Public Function PointsToPixels (
points As Double
) As Double
Parameters
- points
- Type: SystemDouble
The value in points
Return Value
Type:
DoubleThe value in pixels
See Also