BOOL EndPath(hdc) | |||
HDC hdc; |
The EndPath function ends a path bracket; that is, it ends the sequence of functions defining the size and shape of the path started by BeginPath.
hdc
Identifies the DC.
The return value is TRUE if the call succeeded, otherwise FALSE.
Use the GetLastError function to retrieve the error value, which may be one of the following:
ERROR_INVALID_MODE | |
ERROR_INVALID_PARAMETER |
BeginPath