SHAPES

interface IRectangle {
    position: IPosition;
    size: ISize;
}

Implemented by

Properties

Properties

position: IPosition
size: ISize