Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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