cross-stitch - v2.0.0
    Preparing search index...

    Interface StitchBounds

    The axis-aligned bounding box of a stitch, in grid coordinates.

    interface StitchBounds {
        maxX: number;
        maxY: number;
        minX: number;
        minY: number;
    }
    Index

    Properties

    Properties

    maxX: number

    Largest x the stitch occupies.

    maxY: number

    Largest y the stitch occupies.

    minX: number

    Smallest x the stitch occupies.

    minY: number

    Smallest y the stitch occupies.