IFlashBox.SetZoomRect

Syntax

SetZoomRect(Left: Integer; Top: Integer; Right: Integer; Bottom: Integer);

Parameters

Left is a left coordinate of the rectangle.

Top is a top coordinate of the rectangle.

Right is a right coordinate of the rectangle.

Bottom is a bottom coordinate of the rectangle.

Description

The SetZoomRect method zooms in the Flash object so that the specified rectangle fits the entire FlashBox component.

See also:

IFlashBox