CDC::StrokeAndFillPath

 

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.

Syntax

BOOL StrokeAndFillPath( );

Return Value

Nonzero if the function is successful; otherwise 0.

Remarks

The device context must contain a closed path. The StrokeAndFillPath member function has the same effect as closing all the open figures in the path, and stroking and filling the path separately, except that the filled region will not overlap the stroked region even if the pen is wide.

Requirements

Header: afxwin.h

See Also

CDC Class
Hierarchy Chart
CDC::BeginPath
CDC::FillPath
CDC::SetPolyFillMode
CDC::StrokePath
StrokeAndFillPath