InsertVideoFrame
ShapeCollection.InsertVideoFrame method
Erstellt einen neuen Videoframe und fügt ihn am angegebenen Index in eine Sammlung ein.
public IVideoFrame InsertVideoFrame(int index, float x, float y, float width, float height,
string fname)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Der nullbasierte Index, an dem der Videoframe eingefügt werden soll. |
x | Single | X-Koordinate eines neuen Videoframes. |
y | Single | Y-Koordinate eines neuen Videorahmens. |
width | Single | Breite eines neuen Videoframes. |
height | Single | Höhe eines neuen Videoframes. |
fname | String | Name der Videodatei. |
Rückgabewert
Erstelltes VideoFrame-Objekt.
Siehe auch
- interface IVideoFrame
- class ShapeCollection
- namensraum Aspose.Slides
- Montage Aspose.Slides