Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 2.64 KB

nf-gdiplustypes-rectf-intersectswith.md

File metadata and controls

88 lines (63 loc) · 2.64 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:gdiplustypes.RectF.IntersectsWith
RectF::IntersectsWith (gdiplustypes.h)
The RectF::IntersectsWith method determines whether this rectangle intersects another rectangle.
IntersectsWith
IntersectsWith method [GDI+]
IntersectsWith method [GDI+]
RectF class
RectF class [GDI+]
IntersectsWith method
RectF.IntersectsWith
RectF::IntersectsWith
_gdiplus_CLASS_RectF_IntersectsWith_rect_
gdiplus._gdiplus_CLASS_RectF_IntersectsWith_rect_
gdiplus\_gdiplus_CLASS_RectF_IntersectsWith_rect_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\rectfclass\rectfmethods\intersectswith_96rect.htm
12/05/2018
IntersectsWith, IntersectsWith method [GDI+], IntersectsWith method [GDI+],RectF class, RectF class [GDI+],IntersectsWith method, RectF.IntersectsWith, RectF::IntersectsWith, _gdiplus_CLASS_RectF_IntersectsWith_rect_, gdiplus._gdiplus_CLASS_RectF_IntersectsWith_rect_
gdiplustypes.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
RectF::IntersectsWith
gdiplustypes/RectF::IntersectsWith
c++
APIRef
kbSyntax
COM
Gdiplus.dll
RectF.IntersectsWith

RectF::IntersectsWith

-description

The RectF::IntersectsWith method determines whether this rectangle intersects another rectangle.

-parameters

-param rect [in]

Type: const RectF&

Reference to a rectangle to test.

-returns

Type: BOOL

If the intersection of the two rectangles is not empty, this method returns TRUE; otherwise, it returns FALSE.

-see-also

Intersect Methods

Pens, Lines, and Rectangles

Rect

RectF

Using a Pen to Draw Lines and Rectangles