|
|
|
@ -31,8 +31,12 @@ void QTSGraph::PaintBox() |
|
|
|
|
OutTextXY(30, 30, "Hello world!"); |
|
|
|
|
SetTextStyle(1, 0, 20); |
|
|
|
|
OutTextXY(210, 50, "Hello world!"); |
|
|
|
|
SetTextStyle(2, 0, 30); |
|
|
|
|
OutTextXY(160, 550, "Hello world!"); |
|
|
|
|
SetTextStyle(2, 180, 30); |
|
|
|
|
OutTextXY(460, 550, "Hello world!"); |
|
|
|
|
SetColor(0x999999); |
|
|
|
|
SetPenStyle(5); |
|
|
|
|
SetFillStyle(1, clMagenta); |
|
|
|
|
Ellipse(250, 280, 350, 320); |
|
|
|
|
|
|
|
|
|
// Конец рисования
|
|
|
|
|
} |
|
|
|
|