Table of Contents

OIL2 Class Standard.DrawingFrame


class Standard . DrawingFrame {
        array   backgroundColor;
        set     objectList;
inherits from Object;

DESCRIPTION

A DrawingFrame object maintains a collection of DrawingObject primitives.

METHODS


Standard.DrawingFrame:setBackgroundColor

DrawingFrame:setBackgroundColor(int32 red, int32 green, int32 blue, int32 alpha)

Method Description

Set the color for the DrawingFrame.

Return Value

Returns zero.


Standard.DrawingFrame:getBackgroundColor

DrawingFrame:getBackgroundColor()

Method Description

Returns the background color of the DrawingFrame as an array (red, green, blue).


Standard.DrawingFrame:addObject

DrawingFrame:addObject(oid obj)

Method Description

Add a DrawingObject primitive to the DrawingFrame.

Return Value

Returns zero.