sesaparcours
    Preparing search index...
    • adds the image of line d by transformation transf syntaxes addLineIm(d, transf), addLineIm(d, transf, name), addLineIm(d, transf, name, color), addLineIm(d, transf, name, color, lineStyle) and addLineIm(d, transf, name, color, lineStyle, thickness) are allowed too

      Parameters

      • options: {
            color?: string;
            d: CDroiteAncetre;
            fontSize?: number;
            hidden?: boolean;
            hiddenName?: boolean;
            lineStyle?: string;
            name?: string;
            opacity?: number;
            tag?: string;
            thickness?: number;
            transf: CTransformation;
        }
        • Optionalcolor?: string

          Color, black by default

        • d: CDroiteAncetre

          the line that is to be transformed

        • OptionalfontSize?: number

          Font size of the name

        • Optionalhidden?: boolean

          true to get the created line masked

        • OptionalhiddenName?: boolean

          true to get the created line name masked

        • OptionallineStyle?: string

          Line style (line|-|dot|.|dashdash|--|dashdotdot|-..|dashdotdotdot|-...|dashdashdash|---)

        • Optionalname?: string

          Name of the line to be created (if present)

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • Optionaltag?: string

          Tag to be applied on the created line (if present)

        • Optionalthickness?: number

          Stroke thickness

        • transf: CTransformation

          the transformation to aplly on line d

      Returns Promise<undefined> | CDroiteAB

      The created line if isPromiseMode is false or promise that will be resolved when the line is displayed