ImageJS
    Preparing search index...

    Interface DrawLineOnMaskOptions

    interface DrawLineOnMaskOptions {
        origin?: Point;
        out?: Mask;
    }
    Index

    Properties

    Properties

    origin?: Point

    Origin of the line relative to a parent image (top-left corner).

    {row: 0, column: 0}

    out?: Mask

    Mask to which the result has to be put.