DisplayConfigScanlineOrdering Enumeration

Specifies the method that the display uses to create an image on a screen.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DisplayConfigScanlineOrdering

Remarks

Members

Unspecified 0 Scan-line ordering of the output is unspecified.

The caller can only set the ScanLineOrdering member in a call to the SetDisplayConfig(UInt32, DisplayConfigPathInfo, UInt32, DisplayConfigModeInfo, SetDisplayConfigFlags) function to Unspecified if the caller also set the refresh rate denominator and numerator of the RefreshRate member both to zero.

In this case, SetDisplayConfig(UInt32, DisplayConfigPathInfo, UInt32, DisplayConfigModeInfo, SetDisplayConfigFlags) uses the best refresh rate it can find.

Progressive 1 The output is a progressive image.
InterlacedUpperFieldFirst 2 The output is an interlaced image that is created beginning with the upper field.
InterlacedLowerFieldFirst 3 The output is an interlaced image that is created beginning with the lower field.

See Also