Skip to content

Latest commit

 

History

History
80 lines (61 loc) · 3.05 KB

nf-gdiplusgraphics-graphics-isvisible(constrect_).md

File metadata and controls

80 lines (61 loc) · 3.05 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:gdiplusgraphics.Graphics.IsVisible(constRect&)
Graphics::IsVisible(IN const Rect &) (gdiplusgraphics.h)
The Graphics::IsVisible method determines whether the specified rectangle intersects the visible clipping region of this Graphics object. (overload 3/4)
Graphics class [GDI+]
IsVisible method
Graphics.IsVisible
Graphics.IsVisible(IN const Rect &)
Graphics.IsVisible(const Rect&)
Graphics::IsVisible
Graphics::IsVisible(IN const Rect &)
IsVisible
IsVisible method [GDI+]
IsVisible method [GDI+]
Graphics class
_gdiplus_CLASS_Graphics_IsVisible_Rect_rect_
gdiplus._gdiplus_CLASS_Graphics_IsVisible_Rect_rect_
gdiplus\_gdiplus_CLASS_Graphics_IsVisible_Rect_rect_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicsclass\graphicsmethods\graphicsisvisiblemethods\isvisible_10rectamprect.htm
12/05/2018
Graphics class [GDI+],IsVisible method, Graphics.IsVisible, Graphics.IsVisible(IN const Rect &), Graphics.IsVisible(const Rect&), Graphics::IsVisible, Graphics::IsVisible(IN const Rect &), IsVisible, IsVisible method [GDI+], IsVisible method [GDI+],Graphics class, _gdiplus_CLASS_Graphics_IsVisible_Rect_rect_, gdiplus._gdiplus_CLASS_Graphics_IsVisible_Rect_rect_
gdiplusgraphics.h
Gdiplus.h
Windows
Windows XP, Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Gdiplus.lib
Gdiplus.dll
Windows
GDI+ 1.0
19H1
Graphics::IsVisible
gdiplusgraphics/Graphics::IsVisible
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Graphics.IsVisible

Graphics::IsVisible(IN const Rect &)

-description

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.

-parameters

-param rect [in]

Type: const Rect&

Reference to a rectangle to be tested to determine whether it intersects the visible clipping region.

-returns

Type: BOOL

If the specified rectangle intersects the visible clipping region, this method returns TRUE; otherwise, it returns FALSE.

-see-also

Graphics

Graphics::IsVisibleClipEmpty

Rect