struttura DXGI_OUTDUPL_MOVE_RECT (dxgi1_2.h)
La struttura DXGI_OUTDUPL_MOVE_RECT descrive lo spostamento di un rettangolo.
Sintassi
typedef struct DXGI_OUTDUPL_MOVE_RECT {
POINT SourcePoint;
RECT DestinationRect;
} DXGI_OUTDUPL_MOVE_RECT;
Members
SourcePoint
Posizione iniziale di un rettangolo.
DestinationRect
Area di destinazione in cui spostare un rettangolo.
Commenti
Questa struttura viene usata da GetFrameMoveRects.
Requisiti
Client minimo supportato | Windows 8 e Platform Update per Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2012 e Aggiornamento della piattaforma per Windows Server 2008 R2 [solo app desktop] |
Intestazione | dxgi1_2.h |