GoLang UI\Area::onDraw

request it (299)
GoLang replacement for PHP's UI\Area::onDraw [edit | history]



Do you know a GoLang replacement for PHP's UI\Area::onDraw? Write it!

PHP UI\Area::onDraw

PHP original manual for UI\Area::onDraw [ show | php.net ]

UI\Area::onDraw

(PHP 7, UI 0.9.9)

UI\Area::onDrawDraw Callback

Description

protected UI\Area::onDraw ( UI\Draw\Pen $pen , UI\Size $areaSize , UI\Point $clipPoint , UI\Size $clipSize )

Shall be invoked when this Area requires redrawing

Parameters

pen

A Pen suitable for drawing in this Area

areaSize

The size of the Area

clipPoint

The clip point of the Area

clipSize

The clip size of the Area