GoLang UI\Draw\Pen::fill

request it (289)
GoLang replacement for PHP's UI\Draw\Pen::fill [edit | history]



Do you know a GoLang replacement for PHP's UI\Draw\Pen::fill? Write it!

PHP UI\Draw\Pen::fill

PHP original manual for UI\Draw\Pen::fill [ show | php.net ]

UI\Draw\Pen::fill

(PHP 7, UI 0.9.9)

UI\Draw\Pen::fillFill a Path

Description

public UI\Draw\Pen::fill ( UI\Draw\Path $path , UI\Draw\Brush $with )
public UI\Draw\Pen::fill ( UI\Draw\Path $path , UI\Draw\Color $with )
public UI\Draw\Pen::fill ( UI\Draw\Path $path , int $with )

Shall fill the given path

Parameters

path

The path to fill

with

The color or brush to fill with