Table of Contents

OIL2 Class Standard.DrawingRectangle


class Standard . DrawingRectangle {
inherits from DrawingShape;

DESCRIPTION

The DrawingRectangle class provides a specialization of DrawingShape to handle rectangular shapes.

METHODS


Standard.DrawingRectangle:create

DrawingRectangle:create(int32 xmin, int32 ymin, int32 xmax, int32 ymax)

Method Description

See initialize.


Standard.DrawingRectangle:initialize

DrawingRectangle:initialize(int32 xmin, int32 ymin, int32 xmax, int32 ymax)

Method Description