Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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