|
printer_create_pen(PECL printer SVN) printer_create_pen — Create a new pen Описание
resource printer_create_pen
( int $style
, int $width
, string $color
)
The function creates a new pen and returns a handle to it. A pen is used to draw lines and curves. For an example see printer_select_pen(). Список параметров
Возвращаемые значенияReturns a pen handle or FALSE on error. |
|