Interface FromToXY

Defines 2 limits as numbers

interface FromToXY {
    from: PointXY;
    to: PointXY;
}

Properties

Properties

from: PointXY