AddVideoFrame
Inhalt
[
Ausblenden
]AddVideoFrame(float, float, float, float, string)
Fügt einen neuen Videoframe am Ende einer Sammlung hinzu.
public IVideoFrame AddVideoFrame(float x, float y, float width, float height, string fname)
Parameter | Typ | Beschreibung |
---|---|---|
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
- interface IShapeCollection
- namensraum Aspose.Slides
- Montage Aspose.Slides
AddVideoFrame(float, float, float, float, IVideo)
Fügt einen neuen Videoframe am Ende einer Sammlung hinzu.
public IVideoFrame AddVideoFrame(float x, float y, float width, float height, IVideo video)
Parameter | Typ | Beschreibung |
---|---|---|
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. |
video | IVideo | Video. |
Rückgabewert
Erstelltes VideoFrame-Objekt.
Siehe auch
- interface IVideoFrame
- interface IVideo
- interface IShapeCollection
- namensraum Aspose.Slides
- Montage Aspose.Slides