Microsoft DirectX 9.0

CDrawImage::GetSourceRect

The GetSourceRect method retrieves the current source rectangle.

Syntax

void GetSourceRect(
    RECT *pSourceRect
);

Parameters

pSourceRect

Pointer to a RECT structure that receives the source rectangle.

Return Value

No return value.

See Also