DXGI_OUTDUPL_MOVE_RECT structure
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
|
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 |
|
See also
Show: