Enum DxgiModeScanlineOrder
Indicate the method the raster uses to create an image on a surface.
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
public enum DxgiModeScanlineOrder
Fields
Name | Description |
---|---|
LowerFieldFirst | The image is created beginning with the lower field. |
Progressive | The image is created from the first scanline to the last without skipping any. |
Unspecified | Scanline order is unspecified. |
UpperFieldFirst | The image is created beginning with the upper field. |