UnitsConverterPointsToPixels Method
Converts from points to pixels. The result of this method takes into account the
current screen resolution.
Namespace: EvoExcelToPdfAssembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 14.0.0
public static float PointsToPixels(
float points
)
- points Single
- The value in points to convert.
SingleThe value in pixels.