Interface BoundsResult

Common bounds calculation interface

interface BoundsResult {
    maxX: ScopedValue;
    maxY: ScopedValue;
    minX: ScopedValue;
    minY: ScopedValue;
}

Hierarchy (View Summary)

Properties

Properties