void CBCGPDrawManager::MirrorRect | ( | CRect | rect, |
BOOL | bHorz = TRUE |
||
) |
Flips a rectangular area horizontally.
Use this method to flip horizontally a rectangular area of device context owned by the draw manager.
rect | Specifies the bounding rectangle of the area to flip. |
bHorz | TRUE - horizontal flipping, FALSE - vertical flipping. |