AddComment

AddComment(double, double, string)

Fügt einen Kommentar mit definiertem PinX und PinY hinzu.

public void AddComment(double pinX, double pinY, string comment)
Parameter Typ Beschreibung
pinX Double Gibt die x-Koordinate des Pins des Kommentars (Rotationszentrum) in Bezug auf die Seite an.
pinY Double Gibt die y-Koordinate des Pins des Kommentars (Rotationszentrum) in Bezug auf die Seite an.
comment String Zeichenfolge des Kommentars.

Siehe auch


AddComment(long, string)

Fügt einen Kommentar zu einer Form mit der Form-ID hinzu.

public void AddComment(long shapeID, string comment)
Parameter Typ Beschreibung
shape Int64 Die ID der Form, die einen Kommentar hinzufügt.
comment String Zeichenfolge des Kommentars.

Siehe auch


AddComment(Shape, string)

Fügt einer Form einen Kommentar hinzu.

public void AddComment(Shape shape, string comment)
Parameter Typ Beschreibung
shape Shape Gibt die Form an, die einen Kommentar hinzufügt.
comment String Zeichenfolge des Kommentars.

Siehe auch