AddClone
Inhalt
[
Ausblenden
]AddClone(IShape, float, float, float, float)
Fügt eine Kopie einer angegebenen Form zum Ende der Sammlung hinzu.
public IShape AddClone(IShape sourceShape, float x, float y, float width, float height)
Parameter | Typ | Beschreibung |
---|---|---|
sourceShape | IShape | Zu klonende Form. |
x | Single | X-Koordinate einer neuen Form. |
y | Single | Y-Koordinate einer neuen Form. |
width | Single | Breite einer neuen Form. |
height | Single | Höhe einer neuen Form. |
Rückgabewert
Neue Form.
Siehe auch
- interface IShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
AddClone(IShape, float, float)
Fügt eine Kopie einer angegebenen Form zum Ende der Sammlung hinzu. Breite und Höhe der neuen Form sind gleich der Breite und Höhe der sourceShape.
public IShape AddClone(IShape sourceShape, float x, float y)
Parameter | Typ | Beschreibung |
---|---|---|
sourceShape | IShape | Zu klonende Form. |
x | Single | X-Koordinate einer neuen Form. |
y | Single | Y-Koordinate einer neuen Form. |
Rückgabewert
Neue Form.
Siehe auch
- interface IShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
AddClone(IShape)
Fügt eine Kopie einer angegebenen Form zum Ende der Sammlung hinzu. X, Y, Breite und Höhe der neuen Form sind gleich X, Y, Breite und Höhe der sourceShape.
public IShape AddClone(IShape sourceShape)
Parameter | Typ | Beschreibung |
---|---|---|
sourceShape | IShape | Zu klonende Form. |
Rückgabewert
Neue Form.
Siehe auch
- interface IShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides