UI\Draw\Path::addRectangle

(PHP 7, UI 0.9.9)

UI\Draw\Path::addRectangleDraw a Rectangle

Opis

public UI\Draw\Path::addRectangle ( UI\Point $point , UI\Size $size )

Shall map the path of a rectangle of the given size, at the given point

Parametry

point

The point to begin the shape

size

The size of the rectangle

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top