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