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

    Interface PatternDimensions

    The size of a pattern in whole stitches, plus the lower-left offset of its stitched area.

    interface PatternDimensions {
        offsetX: number;
        offsetY: number;
        stitchHeight: number;
        stitchWidth: number;
    }
    Index

    Properties

    offsetX: number

    X of the lower-left corner of the stitched area (0 when anchored at the origin or empty).

    offsetY: number

    Y of the lower-left corner of the stitched area (0 when anchored at the origin or empty).

    stitchHeight: number

    Height of the stitched area in stitches.

    stitchWidth: number

    Width of the stitched area in stitches.