CDC::StrokeAndFillPath

BOOLStrokeAndFillPath();

Return Value

Nonzero if the function is successful; otherwise 0.

Remarks

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. 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.

CDC OverviewClass MembersHierarchy Chart

See Also   CDC::BeginPath, CDC::FillPath, CDC::SetPolyFillMode, CDC::StrokePath,