|
Description
Updates this region to the portion of itself
that intersects the specified path's interior.
Syntax
GpStatus WINGDIPAPI GdipCombineRegionPath(
GpRegion
*region,
GpPath *path,
CombineMode
combineMode
);
PowerBASIC Syntax
DECLARE FUNCTION GdipCombineRegionPath ( _
BYVAL region AS
DWORD, _
BYVAL path AS
DWORD, _
BYVAL
combineMode AS LONG _
) AS LONG
Parameters
region
[in] Pointer to the
Region
object.
path
[in] Pointer to a GraphicsPath
object that specifies the path to use to update this region.
combineMode
[in] Member of the
CombineMode
enumeration that specifies how the region and path are combined.
|