DisplayResolutionMode(Size, Int32, Int32) Constructor

Initializes a new instance of the DisplayResolutionMode class.

Definition

Namespace: DevCase.Core.IO.Devices.Display
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public DisplayResolutionMode(
	Size res,
	int bpp,
	int freq
)

Parameters

res  Size
The display resolution.
bpp  Int32
The bits per pixel (BPP).
freq  Int32
The display frequency.

See Also