Interface ExtendedBoundsResult

Extended bounds calculation interface with center coordinates

interface ExtendedBoundsResult {
    cx: ScopedValue;
    cy: ScopedValue;
    maxX: ScopedValue;
    maxY: ScopedValue;
    minX: ScopedValue;
    minY: ScopedValue;
}

Hierarchy (View Summary)

Properties

Properties