Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the dimensions of the tightest bounding rectangle around the current clipping boundary.
virtual int GetClipBox(
LPRECT lpRect
) const;
Parameters
Return Value
The clipping region's type. It can be any of the following values:
COMPLEXREGION Clipping region has overlapping borders.
ERROR Device context is not valid.
NULLREGION Clipping region is empty.
SIMPLEREGION Clipping region has no overlapping borders.
Remarks
The dimensions are copied to the buffer pointed to by lpRect.
Requirements
Header: afxwin.h