 |
PathToRegion ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Creates a region from the path that is selected into the specified device context. The resulting region uses device coordinates. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HRGN PathToRegion(
HDC hdc // handle to DC
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER PathToRegion IN gdi32;
INTEGER hdc
|
 |
 |
 |
| Parameters: |
 |
hdc
[in] Handle to a device context that contains a closed path. |
 |
 |
| Return value: |
 |
If the function succeeds, the return value identifies a valid region. If the function fails, the return value is zero.
|
 |
 |
| Word Index links for the PathToRegion : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-14 12:00:00 | | Modified: | 2001-11-26 16:03:37 | Visited in last 7 days: 27 |