WidenPath function gdi32

int WidenPath(
  1. int hdc
)

The WidenPath function redefines the current path as the area that would be painted if the path were stroked using the pen currently selected into the given device context.

BOOL WidenPath(
  HDC hdc
);

Implementation

int WidenPath(int hdc) => _WidenPath(hdc);