Difference between revisions of "Quad:getViewport"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


Function

Synopsis

x, y, w, h = Quad:getViewport( )

Arguments

None.

Returns

number x
The top-left corner along the x-axis.
number y
The top-right corner along the y-axis.
number w
The width of the viewport.
number h
The height of the viewport.

See Also