CRect::operator =

Syntax

void operator =( const RECT& srcRect );

Parameters

srcRect

Refers to a source rectangle.

Remarks

Copies the dimensions of srcRect to CRect.

See Also

CRect::SetRect, ::CopyRect