[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Combines two regions.
Source position: winapih.inc line 47
public function TWidgetSet.CombineRgn( |
Dest: HRGN; |
Src1: HRGN; |
Src2: HRGN; |
fnCombineMode: LongInt |
):LongInt; virtual; |
Dest |
|
The Handle of the destination region. This region must already exist! |
Src1 |
|
The handle of a region to combine. |
Src2 |
|
The handle of a region to combine. |
fnCombineMode |
|
How the regions are combined. |
The Destination's Region type, or ERROR (0).
The Destination must already be initialized. The Return value is the Region type for the Destination, or ERROR (0).
fnCombineMode can be one of:
Version 4.0 | Generated 2025-05-03 | Home |