StrokeAndFillPath function gdi32

int StrokeAndFillPath(
  1. int hdc
)

The StrokeAndFillPath function closes any open figures in a path, strokes the outline of the path by using the current pen, and fills its interior by using the current brush.

BOOL StrokeAndFillPath(
  HDC hdc
);

Implementation

int StrokeAndFillPath(int hdc) => _StrokeAndFillPath(hdc);