Suggested properties of a drawing region. Strictly, this can really be whatever you want it to be.

interface DrawingRegion {
    enter(): void;
    exit(): void;
}

Methods

Methods