 |
EndPath ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The EndPath function closes a path bracket and selects the path defined by the bracket into the specified device context. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL EndPath(
HDC hdc // handle to DC
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER EndPath IN gdi32;
INTEGER hdc
|
 |
 |
 |
| Parameters: |
 |
hdc
[in] Handle to the device context into which the new path is selected. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. |
 |
 |
| My comment: |
 |
By calling this function an application closes an open path bracket started with BeginPath function.
|
 |
 |
| Word Index links for the EndPath : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-14 12:00:00 | | Modified: | 2001-11-26 16:03:38 | Visited in last 7 days: 15 |