sesaparcours
    Preparing search index...
    • adds the image of point a by transformation transf syntaxes addPointIm(a, transf), addPointIm(a, transf, name), addPointIm(a, transf, name, color) and addPointIm(a, transf, name, color, pointStyle) are allowed too

      Parameters

      • options: {
            color?: string;
            d: CDroiteAncetre;
            fontSize?: number;
            hidden?: boolean;
            hiddenName?: boolean;
            name?: string;
            offsetX?: number;
            offsetY?: number;
            opacity?: number;
            pointStyle?: string;
            tag?: string;
            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 point masked

        • OptionalhiddenName?: boolean

          true to get the created point name masked

        • Optionalname?: string

          The name of the point to be created

        • OptionaloffsetX?: number

          x-shift of the name

        • OptionaloffsetY?: number

          y-shift of the name

        • Optionalopacity?: number

          opacity (0 to 1), 1 by default

        • OptionalpointStyle?: string

          Point style (o|O|OO|x|X|+|<>|[]|.) or (littleround|round|biground|mult|bigmult|cross|diamond|square|pixel|)

        • Optionaltag?: string

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

        • transf: CTransformation

          the transformation to aplly on line d

      Returns Promise<undefined> | CPointImage

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