UnitsConverterPixelsToPoints Method
Converts from pixels to points. 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 PixelsToPoints(
float pixels
)
Public Shared Function PixelsToPoints (
pixels As Single
) As Single
public:
static float PixelsToPoints(
float pixels
)
static member PixelsToPoints :
pixels : float32 -> float32
- pixels Single
- The value in pixels to convert.
SingleThe value in points.