EndPath function gdi32

int EndPath(
  1. int hdc
)

The EndPath function closes a path bracket and selects the path defined by the bracket into the specified device context.

BOOL EndPath(
  HDC hdc
);

Implementation

int EndPath(int hdc) => _EndPath(hdc);