XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALScalingMode Struct Reference

This describes how an image is stretched to fit a given monitor's resolution. More...

#include <GraphicsTypes.h>

Inheritance diagram for xiiGALScalingMode:
[legend]

Public Types

enum  Enum : StorageType {
  Unspecified = 0U , Centered , Stretched , ENUM_COUNT ,
  Default = Unspecified
}
 
using StorageType = xiiUInt8
 

Detailed Description

This describes how an image is stretched to fit a given monitor's resolution.

See also
DXGI_MODE_SCALING enumeration on MSDN,

Member Enumeration Documentation

◆ Enum

enum xiiGALScalingMode::Enum : StorageType
Enumerator
Unspecified 

Unspecified scaling.

Centered 

Specifies no scaling. The image is centered on the display. This flag is typically used for a fixed-dot-pitch display (such as an LED display).

Stretched 

Specifies a stretched scaling.


The documentation for this struct was generated from the following file: