|
printer_create_penCreate a new pen Description
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. Parameters
Return Values
Returns a pen handle or |