Graphics::IsVisible(INT,INT,INT,INT) method (gdiplusgraphics.h)
The Graphics::IsVisible method determines whether the specified rectangle intersects the visible clipping region of this Graphics object. The visible clipping region is the intersection of the clipping region of this Graphics object and the clipping region of the window.
Syntax
BOOL IsVisible(
[in] INT x,
[in] INT y,
[in] INT width,
[in] INT height
);
Parameters
[in] x
Type: INT
Integer that specifies the x-coordinate of the upper-left corner of the rectangle to test.
[in] y
Type: INT
Integer that specifies the y-coordinate of the upper-left corner of the rectangle to test.
[in] width
Type: INT
Integer that specifies the width of the rectangle to test.
[in] height
Type: INT
Integer that specifies the height of the rectangle to test.
Return value
Type: BOOL
If the specified rectangle intersects the visible clipping region, this method returns TRUE; otherwise, it returns FALSE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | gdiplusgraphics.h (include Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |