Skip to content

Latest commit

 

History

History
82 lines (62 loc) · 2.72 KB

nf-gdiplusheaders-region-xor(constregion).md

File metadata and controls

82 lines (62 loc) · 2.72 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:gdiplusheaders.Region.Xor(constRegion)
Region::Xor(IN const Region) (gdiplusheaders.h)
The Region::Xor method updates this region to the nonintersecting portions of itself and another region.
Region class [GDI+]
Xor method
Region.Xor
Region.Xor(IN const Region)
Region.Xor(const Region*)
Region::Xor
Region::Xor(IN const Region)
Xor
Xor method [GDI+]
Xor method [GDI+]
Region class
_gdiplus_CLASS_Region_Xor_region_
gdiplus._gdiplus_CLASS_Region_Xor_region_
gdiplus\_gdiplus_CLASS_Region_Xor_region_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\regionclass\regionmethods\regionxormethods\xor_61region.htm
12/05/2018
Region class [GDI+],Xor method, Region.Xor, Region.Xor(IN const Region), Region.Xor(const Region*), Region::Xor, Region::Xor(IN const Region), Xor, Xor method [GDI+], Xor method [GDI+],Region class, _gdiplus_CLASS_Region_Xor_region_, gdiplus._gdiplus_CLASS_Region_Xor_region_
gdiplusheaders.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
Region::Xor
gdiplusheaders/Region::Xor
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Region.Xor

Region::Xor(IN const Region)

-description

The Region::Xor method updates this region to the nonintersecting portions of itself and another region.

-parameters

-param region [in]

Type: const Region*

Pointer to a region to use to update this region.

-returns

Type: Status

If the method succeeds, it returns Ok, which is an element of the Status enumeration.

If the method fails, it returns one of the other elements of the Status enumeration.

-see-also

Rect

Region

Status