ImageJS
    Preparing search index...

    Interface DrawPolylineOnMaskOptions

    interface DrawPolylineOnMaskOptions {
        origin?: Point;
        out?: Mask;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    origin?: Point

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

    {row: 0, column: 0}

    out?: Mask

    Mask to which the resulting image has to be put.