GdipCombineRegionRect

 

 

Description

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

Syntax

GpStatus WINGDIPAPI GdipCombineRegionRect(

    GpRegion *region,

    GDIPCONST GpRectF *rect,

    CombineMode combineMode

);

PowerBASIC Syntax

DECLARE FUNCTION GdipCombineRegionRect ( _

    BYVAL region AS DWORD, _

    BYREF pRect AS RectF, _

    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