sesaparcours
    Preparing search index...
    • Adds an image point of a through the central symmetry of center o syntaxes addImPointSymCent(a, o), addImPointSymCent(a, o, name), addImPointSymCent(a, o, name, color) and addImPointSymCent(a, o, name, color, pointStyle) are allowed too

      Parameters

      • options: {
            a: string | CPt;
            color?: string;
            fontSize?: number;
            hidden?: boolean;
            hiddenName?: boolean;
            name?: string;
            o: string | CPt;
            offsetX?: number;
            offsetY?: number;
            opacity?: number;
            pointStyle?: string;
            tag?: string;
        }
        • a: string | CPt

          point that is to be transformed by the dilation (or point name)

        • Optionalcolor?: string

          Color, black by default

        • 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

        • o: string | CPt

          center of the symmetry (or point name)

        • 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)

      Returns Promise<undefined> | CPointImage

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