AddClone
Inhalt
[
Ausblenden
]AddClone(IShape, float, float, float, float)
Fügt eine Kopie einer bestimmten Form am Ende der Sammlung hinzu.
public IShape AddClone(IShape sourceShape, float x, float y, float width, float height)
Parameter | Typ | Beschreibung |
---|---|---|
sourceShape | IShape | Form zum Klonen. |
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
- class ShapeCollection
- namensraum Aspose.Slides
- Montage Aspose.Slides
AddClone(IShape, float, float)
Fügt eine Kopie einer bestimmten Form am Ende der Sammlung hinzu. Breite und Höhe der neuen Form sind gleich Breite und Höhe dersourceShape .
public IShape AddClone(IShape sourceShape, float x, float y)
Parameter | Typ | Beschreibung |
---|---|---|
sourceShape | IShape | Form zum Klonen. |
x | Single | X-Koordinate einer neuen Form. |
y | Single | Y-Koordinate einer neuen Form. |
Rückgabewert
Neue Form.
Siehe auch
- interface IShape
- class ShapeCollection
- namensraum Aspose.Slides
- Montage Aspose.Slides
AddClone(IShape)
Fügt eine Kopie einer bestimmten Form am Ende der Sammlung hinzu. X, Y, Breite und Höhe der neuen Form sind gleich X, Y, Breite und Höhe dersourceShape .
public IShape AddClone(IShape sourceShape)
Parameter | Typ | Beschreibung |
---|---|---|
sourceShape | IShape | Form zum Klonen. |
Rückgabewert
Neue Form.
Siehe auch
- interface IShape
- class ShapeCollection
- namensraum Aspose.Slides
- Montage Aspose.Slides