Share via


CDrawingManager::MirrorRect

Flips a rectangular area.

void MirrorRect(
   CRect rect,
   BOOL bHorz = TRUE
);

Parameters

  • [in] rect
    The bounding rectangle of the area to flip.

  • [in] bHorz
    A Boolean parameter that indicates whether the rectangle flips horizontally or vertically.

Remarks

This method can flip any area of the device context owned by the CDrawingManager Class. If bHorz is set to TRUE, this method flips the area horizontally. Otherwise, it flips the area vertically.

Requirements

Header: afxdrawmanager.h

See Also

Reference

CDrawingManager Class

Hierarchy Chart