Skip to content

Latest commit

 

History

History
90 lines (68 loc) · 2.59 KB

nf-gdiplustypes-point-equals.md

File metadata and controls

90 lines (68 loc) · 2.59 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.Point.Equals
Point::Equals (gdiplustypes.h)
The Point::Equals method determines whether two Point objects are equal. Two points are considered equal if they have the same X and Y data members.
Equals
Equals method [GDI+]
Equals method [GDI+]
Point class
Point class [GDI+]
Equals method
Point.Equals
Point::Equals
_gdiplus_CLASS_Point_Equals_point_
gdiplus._gdiplus_CLASS_Point_Equals_point_
gdiplus\_gdiplus_CLASS_Point_Equals_point_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\pointclass\pointmethods\equals_4point.htm
12/05/2018
Equals, Equals method [GDI+], Equals method [GDI+],Point class, Point class [GDI+],Equals method, Point.Equals, Point::Equals, _gdiplus_CLASS_Point_Equals_point_, gdiplus._gdiplus_CLASS_Point_Equals_point_
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
Point::Equals
gdiplustypes/Point::Equals
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Point.Equals

Point::Equals

-description

The Point::Equals method determines whether two Point objects are equal. Two points are considered equal if they have the same X and Y data members.

-parameters

-param point [in]

Type: const Point&

Reference to a Point object that is compared to this Point object.

-returns

Type: BOOL

If the Point objects are equal, this method returns TRUE; otherwise, it returns FALSE.

-see-also

Point

Point::operator+

Point::operator-

PointF