DisplayResolutionMode(Size, Int32, Int32) Constructor
Namespace: DevCase.Core.IO.Devices.DisplayAssembly: 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
)
Public Sub New (
res As Size,
bpp As Integer,
freq As Integer
)
Dim res As Size
Dim bpp As Integer
Dim freq As Integer
Dim instance As New DisplayResolutionMode(res, bpp,
freq)
public:
DisplayResolutionMode(
Size res,
int bpp,
int freq
)
new :
res : Size *
bpp : int *
freq : int -> DisplayResolutionMode
No code example is currently available or this language may not be supported.
Parameters
- res Size
-
The display resolution.
- bpp Int32
-
The bits per pixel (BPP).
- freq Int32
-
The display frequency.