StrokePath function gdi32

int StrokePath(
  1. int hdc
)

The StrokePath function renders the specified path by using the current pen.

BOOL StrokePath(
  HDC hdc
);

Implementation

int StrokePath(int hdc) => _StrokePath(hdc);