UnitsConverterPointsToPixels Method

Converts from points to pixels. The result of this method takes into account the current screen resolution.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public static float PointsToPixels(
	float points
)

Parameters

points  Single
The value in points to convert.

Return Value

Single
The value in pixels.

See Also