Enum ModeScanlineOrder
Defines the ordering of the scanlines on the display for a video mode.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum ModeScanlineOrder
Fields
Name | Description |
---|---|
LowerFirst | The image is scanned beginning with the lower field. |
Progressive | The image is progressively scanned. |
Unspecified | The scanline ordering is not defined. |
UpperFirst | The image is scanned beginning with the upper field. |