PictureBox-DrawHatchRect

Имя функции dcl-PictureBox-DrawHatchRect
Синтаксис   (dcl-PictureBox-DrawHatchRect <CONTROL> (List of Lists as (UpperLeftX [типа Long] UpperLeftY [типа Long] Width [типа Long] Height [типа Long] Color [типа Color] Pattern [типа Integer]) ...))
Возвращаемый тип Boolean (T - успешно; иначе NIL)
Подходит к Picture Box

This method paints one or more rectangular hatch patterns on the picture box by filling the rectangle defined by UpperLeftX, UpperLeftY and the specified Width and Height. All points are specified in client coordinates (in pixels, relative to the upper left corner of the control).

Pattern Description
1 Vertical lines
2 Top-left to bottom-right diagonal lines
3 Lower-left to top-right diagonal lines
4 Horizontal-vertical grid
5 Diagonal grid