DXGI_OUTDUPL_MOVE_RECT structure (dxgi1_2.h)
The DXGI_OUTDUPL_MOVE_RECT structure describes the movement of a rectangle.
Syntax
typedef struct DXGI_OUTDUPL_MOVE_RECT {
POINT SourcePoint;
RECT DestinationRect;
} DXGI_OUTDUPL_MOVE_RECT;
Members
SourcePoint
The starting position of a rectangle.
DestinationRect
The target region to which to move a rectangle.
Remarks
This structure is used by GetFrameMoveRects.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 and Platform Update for Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only] |
Header | dxgi1_2.h |