Microsoft DirectX 9.0

CDrawImage::GetTargetRect

The GetTargetRect method retrieves the current destination rectangle.

Syntax

void GetTargetRect(
    RECT *pTargetRect
);

Parameters

pTargetRect

Pointer to a RECT structure that receives the target rectangle.

Return Value

No return value.

See Also