draw(freeArea: PP.Rect, container: SVGGElement);
freeArea - Area in the parent container where the control can be placed.
container - Parent container.
The draw method draws the current visual control.
The example of use is given on the page with description of the PlacedControlBase.Background property.
See also: