InsertClone
Inhalt
[
Ausblenden
]InsertClone(int, IShape, float, float, float, float)
Fügt eine Kopie einer angegebenen Form an einer bestimmten Position der Sammlung ein.
public IShape InsertClone(int index, IShape sourceShape, float x, float y, float width,
float height)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Index der neuen Form. |
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
Eingefügte Form.
Siehe auch
- interface IShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
InsertClone(int, IShape, float, float)
Fügt eine Kopie einer angegebenen Form an einer bestimmten Position der Sammlung ein. Breite und Höhe der neuen Form entsprechen der Breite und Höhe der sourceShape.
public IShape InsertClone(int index, IShape sourceShape, float x, float y)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Index der neuen Form. |
sourceShape | IShape | Zu klonende Form. |
x | Single | X-Koordinate einer neuen Form. |
y | Single | Y-Koordinate einer neuen Form. |
Rückgabewert
Eingefügte Form.
Siehe auch
- interface IShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
InsertClone(int, IShape)
Fügt eine Kopie einer angegebenen Form an einer bestimmten Position der Sammlung ein. X, Y, Breite und Höhe der neuen Form entsprechen X, Y, Breite und Höhe der sourceShape.
public IShape InsertClone(int index, IShape sourceShape)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Index der neuen Form. |
sourceShape | IShape | Zu klonende Form. |
Rückgabewert
Eingefügte Form.
Siehe auch
- interface IShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides