Microsoft DirectX 8.1 (C++) |
The GetSourceRect method retrieves the source rectangle the draw object is using.
Syntax
void GetSourceRect(
RECT *pSourceRect
);
Parameters
pSourceRect
Pointer to the source rectangle.
Return Value
No return value.
See Also