AddComment

AddComment(double, double, string)

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

public void AddComment(double pinX, double pinY, string comment)
ParameterTypBeschreibung
pinXDoubleGibt die x-Koordinate des Pins des Kommentars (Rotationszentrum) in Bezug auf die Seite an.
pinYDoubleGibt die y-Koordinate des Pins des Kommentars (Rotationszentrum) in Bezug auf die Seite an.
commentStringZeichenfolge 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)
ParameterTypBeschreibung
shapeInt64Die ID der Form, die einen Kommentar hinzufügt.
commentStringZeichenfolge des Kommentars.

Siehe auch


AddComment(Shape, string)

Fügt einer Form einen Kommentar hinzu.

public void AddComment(Shape shape, string comment)
ParameterTypBeschreibung
shapeShapeGibt die Form an, die einen Kommentar hinzufügt.
commentStringZeichenfolge des Kommentars.

Siehe auch