Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
BOOLRectInRegion(LPCRECTlpRect**)const;**
Return Value
Nonzero if any part of the specified rectangle lies within the boundaries of the region; otherwise 0.
Parameters
lpRect
Points to a RECT structure or CRect object. The RECT structure has the following form:
typedef struct tagRECT {
int left;
int top;
int right;
int bottom;
} RECT;
Remarks
Determines whether any part of the rectangle specified by lpRect is within the boundaries of the region stored in the CRgn object.