PictureBox-DrawText

Имя функции dcl-PictureBox-DrawText
Синтаксис   (dcl-PictureBox-DrawText <CONTROL> (List of Lists as (StartX [типа Long] StartY [типа Long] Color [типа Color] {BackgroundColor [типа Color]} Text [типа String] Justification [типа Integer] {Disabled [типа Boolean]}) ...))
Возвращаемый тип Boolean (T - успешно; иначе NIL)
Подходит к Picture Box

This method paints one or more lines of text on the picture box starting at StartX, StartY. Color is the color of the text, and the optional BackgroundColor argument can specify a background color for the text. Justification specifies the location of the text relative to the start point. If Disabled is T, the text is grayed like the text on a disabled control. All points are specified in client coordinates (in pixels, relative to the upper left corner of the control).

Justification Description
0 Top left
1 Top center
2 Top right
3 Bottom left
4 Bottom center
5 Bottom right