Пример #1
0
void setBrushAndPenColor(window &w, color brushAndPenColor) {
    w.SetBrush(brushAndPenColor);
    w.SetPen(brushAndPenColor);
}