Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 3.04 KB

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

File metadata and controls

82 lines (63 loc) · 3.04 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(REAL,REAL)
Graphics::IsVisible(IN REAL,IN REAL) (gdiplusgraphics.h)
The Graphics::IsVisible method determines whether the specified point is inside the visible clipping region of this Graphics object. (overload 4/4)
Graphics class [GDI+]
IsVisible method
Graphics.IsVisible
Graphics.IsVisible(IN REAL
IN REAL)
Graphics.IsVisible(REAL
REAL)
Graphics::IsVisible
Graphics::IsVisible(IN REAL
IN REAL)
IsVisible
IsVisible method [GDI+]
IsVisible method [GDI+]
Graphics class
_gdiplus_CLASS_Graphics_IsVisible_REAL_x_REAL_y_
gdiplus._gdiplus_CLASS_Graphics_IsVisible_REAL_x_REAL_y_
gdiplus\_gdiplus_CLASS_Graphics_IsVisible_REAL_x_REAL_y_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicsclass\graphicsmethods\graphicsisvisiblemethods\isvisible_14realx_realy.htm
12/05/2018
Graphics class [GDI+],IsVisible method, Graphics.IsVisible, Graphics.IsVisible(IN REAL,IN REAL), Graphics.IsVisible(REAL,REAL), Graphics::IsVisible, Graphics::IsVisible(IN REAL,IN REAL), IsVisible, IsVisible method [GDI+], IsVisible method [GDI+],Graphics class, _gdiplus_CLASS_Graphics_IsVisible_REAL_x_REAL_y_, gdiplus._gdiplus_CLASS_Graphics_IsVisible_REAL_x_REAL_y_
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 REAL,IN REAL)

-description

The Graphics::IsVisible method determines whether the specified point is inside 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 x [in]

Type: REAL

Real number that specifies the x-coordinate of the point to test.

-param y [in]

Type: REAL

Real number that specifies the y-coordinate of the point to test.

-returns

Type: BOOL

If the specified coordinates are inside the visible clipping region, this method returns TRUE; otherwise, it returns FALSE.

-see-also

Graphics

Graphics::IsVisibleClipEmpty