Skip to main content

ASPxClientObjectContainer.Pan(x, y, mode) Method

Pans a zoomed-in Flash movie to the specified coordinates.

Declaration

Pan(
    x: number,
    y: number,
    mode: number
): void

Parameters

Name Type Description
x number

The X-coordinate.

y number

The Y-coordinate.

mode number

0 the coordinates are pixels; 1 the coordinates are a percentage of the window.

Remarks

Note

This member is in effect for a Flash object only.

See Also