GdipCombineRegionRectI

 

 

Description

Updates this region to the portion of itself that intersects the specified rectangle's interior.

Syntax

GpStatus WINGDIPAPI GdipCombineRegionRectI(

    GpRegion *region,

    GDIPCONST GpRect *rect,

    CombineMode combineMode

);

PowerBASIC Syntax

DECLARE FUNCTION GdipCombineRegionRectI ( _

    BYVAL region AS DWORD, _

    BYREF pRect AS RectL, _

    BYVAL combineMode AS LONG _

) AS LONG

Parameters

 

region

[in] Pointer to the Region object.

rect

[in] Reference to a rectangle 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