Skip to content

Latest commit

 

History

History
120 lines (73 loc) · 4.97 KB

nf-gdiplusgraphics-graphics-setclip(constregion_combinemode).md

File metadata and controls

120 lines (73 loc) · 4.97 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.SetClip(constRegion,CombineMode)
Graphics::SetClip(IN const Region,IN CombineMode) (gdiplusgraphics.h)
The Graphics::SetClip method updates the clipping region of this Graphics object to a region that is the combination of itself and the region specified by a Region object.
Graphics class [GDI+]
SetClip method
Graphics.SetClip
Graphics.SetClip(IN const Region
IN CombineMode)
Graphics.SetClip(const Region*
CombineMode)
Graphics::SetClip
Graphics::SetClip(IN const Region
IN CombineMode)
SetClip
SetClip method [GDI+]
SetClip method [GDI+]
Graphics class
_gdiplus_CLASS_Graphics_SetClip_region_combineMode_
gdiplus._gdiplus_CLASS_Graphics_SetClip_region_combineMode_
gdiplus\_gdiplus_CLASS_Graphics_SetClip_region_combineMode_.htm
gdiplus
VS|gdicpp|~\gdiplus\gdiplusreference\classes\graphicsclass\graphicsmethods\graphicssetclipmethods\setclip_48region_combinemode.htm
12/05/2018
Graphics class [GDI+],SetClip method, Graphics.SetClip, Graphics.SetClip(IN const Region,IN CombineMode), Graphics.SetClip(const Region*,CombineMode), Graphics::SetClip, Graphics::SetClip(IN const Region,IN CombineMode), SetClip, SetClip method [GDI+], SetClip method [GDI+],Graphics class, _gdiplus_CLASS_Graphics_SetClip_region_combineMode_, gdiplus._gdiplus_CLASS_Graphics_SetClip_region_combineMode_
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::SetClip
gdiplusgraphics/Graphics::SetClip
c++
APIRef
kbSyntax
COM
Gdiplus.dll
Graphics.SetClip

Graphics::SetClip(IN const Region,IN CombineMode)

-description

The Graphics::SetClip method updates the clipping region of this Graphics object to a region that is the combination of itself and the region specified by a Region object.

-parameters

-param region [in]

Type: const Region*

Pointer to a Region object that specifies the region to be combined with the clipping region of this Graphics object.

-param combineMode [in]

Type: CombineMode

Optional. Element of the CombineMode enumeration that specifies how the specified region is combined with the clipping region of this Graphics object. The default value is CombineModeReplace.

-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

Clipping

Clipping with a Region

CombineMode

GetClipBounds Methods

Graphics

Graphics::GetClip

Graphics::IsClipEmpty

Graphics::ResetClip

IntersectClip Methods

Region

TranslateClip Methods