Documentation
    Preparing search index...

    Interface CoodinatedRectangle

    interface CoodinatedRectangle {
        origin: Point;
        size: Rectangle;
    }
    Index

    Properties

    Properties

    origin: Point
    size: Rectangle