swf_viewport

(PHP 4)

swf_viewportSelect an area for future drawing

Beskrivelse

void swf_viewport ( float $xmin , float $xmax , float $ymin , float $ymax )

Selects an area for future drawing for xmin to xmax and ymin to ymax, if this function is not called the area defaults to the size of the screen.

Parametre

xmin

xmax

ymin

ymax

Returnerings Værdier

No value is returned.

add a note add a note

User Contributed Notes

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