Unit 'DXGI' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_win_directx11]

TDXGI_ModeRotation

Declaration

Source position: DXGI.pas line 270

type TDXGI_ModeRotation = (

  DXGI_MODE_ROTATION_UNSPECIFIED = 0,

  

  DXGI_MODE_ROTATION_IDENTITY = 1,

  

  DXGI_MODE_ROTATION_ROTATE90 = 2,

  

  DXGI_MODE_ROTATION_ROTATE180 = 3,

  

  DXGI_MODE_ROTATION_ROTATE270 = 4

  

);



CT Web help

CodeTyphon Studio