Winnovative Logo

UnitsConverterPointsToPixels Method

Winnovative Client for .NET Framework
Converts from points to pixels. The result of this method takes into account the current screen resolution.

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient (in WinnovativeClient.dll) Version: 17.0.0.0 (17.0.0.0)
Syntax

public static float PointsToPixels(
	float points
)

Parameters

points
Type: SystemSingle
The value in points to convert.

Return Value

Type: Single
The value in pixels.
See Also

Reference