Ellipse Ellipse(
number
$x, number
$y, number
$w, number
$h
)
|
|
Creates a new Ellipse object.
Parameters:
|
number |
$x: |
The upper left corner X co-ordinate. |
|
number |
$y: |
The upper left corner Y co-ordinate. |
|
number |
$w: |
The width of the Ellipse. |
|
number |
$h: |
The height of the Ellipse. |
Expands the Ellipse by the specified number of pixels.
Parameters:
|
int |
$v: |
The number of pixels to expand the Ellipse by. |
Srinks the Ellipse by the specified number of pixels.
Parameters:
|
int |
$v: |
The number of pixels to shrink the Ellipse by. |