UnitsConverterPointsToPixels Method
Converts from points to pixels. The result of this method takes into account the
current screen resolution.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public static float PointsToPixels(
float points
)
Public Shared Function PointsToPixels (
points As Single
) As Single
public:
static float PointsToPixels(
float points
)
static member PointsToPixels :
points : float32 -> float32
- points Single
- The value in points to convert.
SingleThe value in pixels.