class Standard . DrawingRectangle {
} inherits from DrawingShape;
The DrawingRectangle class provides a specialization of DrawingShape to handle rectangular shapes.
DrawingRectangle:create(int32 xmin, int32 ymin, int32 xmax, int32 ymax)
See initialize.
DrawingRectangle:initialize(int32 xmin, int32 ymin, int32 xmax, int32 ymax)