CODViewport::ClipToVirtualBounds

inline void CODViewport::ClipToVirtualBounds(CRect& rcClip)

Clip the given rectangle to the virtual size of the viewport.

Defined in: OdViewport.h

Return Value

void

Parameters

rcClip

Rectangle to clip.

Comments

This function clips the given rectangle to the virtual size of the viewport. The area outside the clipping rectangle for the viewport is typically filled in with a gray background.