GdipCombineRegionRegion

 

 

Description

Updates this region to the portion of itself that intersects another region.

Syntax

GpStatus WINGDIPAPI GdipCombineRegionRegion(

    GpRegion *region,

    GpRegion *region2,

    CombineMode combineMode

);

PowerBASIC Syntax

DECLARE FUNCTION GdipCombineRegionRegion ( _

    BYVAL region AS DWORD, _

    BYVAL region2 AS DWORD, _

    BYVAL combineMode AS LONG _

) AS LONG

Parameters

 

region

[in] Pointer to the Region object.

region2

[in] Pointer to a Region object to use to update this Region object.

combineMode

[in] Member of the CombineMode enumeration that specifies how the region and path are combined.

 

Valid HTML 4.01 Transitional