PlacedControlBase.draw

Syntax

draw(freeArea: PP.Rect, container: SVGGElement);

Parameters

freeArea - Area in the parent container where the control can be placed.

container - Parent container.

Description

The draw method draws the current visual control.

Example

The example of use is given on the page with description of the PlacedControlBase.Background property.

See also:

PlacedControlBase