ImagickDraw::rectangle
(No version information available, might be only in CVS)
ImagickDraw::rectangle — Draws a rectangle
Leírás
Ez a függvény jelenleg nincs dokumentálva, csak a paraméterek listája található itt.
Ez a függvény KÍSÉRLETI JELLEGGEL MŰKÖDIK. A függvény működése, neve, bármi amit a függévénnyel kapcsolatban dokumentáltunk megváltozhat egy későbbi PHP kiadásban minden figyelmeztetés nélkül. Ezt a függvényt csak a saját felelősségedre használd!
Draws a rectangle given two coordinates and using the current stroke, stroke width, and fill settings.
Paraméterek
- x1
-
x coordinate of the top left corner
- y1
-
y coordinate of the top left corner
- x2
-
x coordinate of the bottom right corner
- y2
-
y coordinate of the bottom right corner
Visszatérési értékek
Nincs visszatérítési érték.