IEffect.apply

Syntax

apply (shape, doApply)

Parameters

shape. Map area to which the effect is applied. Instance of the MapShape class.

doApply. Indicates if the effect is applied. If the parameter is set to True the effect is applied, otherwise it is not applied.

Description

The apply method implements an effect to the certain map area.

Example

The example of property use is given in description of the BlurEffect constructor.

See also:

IEffect