D3DDDIRECT structure (d3dukmdt.h)
The D3DDDIRECT structure defines a rectangle by the coordinates of its upper-left and lower-right corners.
Syntax
typedef struct _D3DDDIRECT {
[in] LONG left;
[in] LONG top;
[in] LONG right;
[in] LONG bottom;
} D3DDDIRECT;
Members
[in] left
The x-coordinate of the upper-left corner of the rectangle.
[in] top
The y-coordinate of the upper-left corner of the rectangle.
[in] right
The x-coordinate of the lower-right corner of the rectangle.
[in] bottom
The y-coordinate of the lower-right corner of the rectangle.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dukmdt.h (include D3dukmdt.h) |