AddVideoFrame
Inhalt
[
Ausblenden
]AddVideoFrame(float, float, float, float, string)
Fügt einen neuen Video-Frame 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 Video-Frames. |
y | Single | Y-Koordinate eines neuen Video-Frames. |
width | Single | Breite eines neuen Video-Frames. |
height | Single | Höhe eines neuen Video-Frames. |
fname | String | Video-Dateiname. |
Rückgabewert
Erstelltes VideoFrame-Objekt.
Siehe auch
- Schnittstelle IVideoFrame
- Schnittstelle IShapeCollection
- Namespace Aspose.Slides
- Assembly Aspose.Slides
AddVideoFrame(float, float, float, float, IVideo)
Fügt einen neuen Video-Frame 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 Video-Frames. |
y | Single | Y-Koordinate eines neuen Video-Frames. |
width | Single | Breite eines neuen Video-Frames. |
height | Single | Höhe eines neuen Video-Frames. |
video | IVideo | Video. |
Rückgabewert
Erstelltes VideoFrame-Objekt.
Siehe auch
- Schnittstelle IVideoFrame
- Schnittstelle IVideo
- Schnittstelle IShapeCollection
- Namespace Aspose.Slides
- Assembly Aspose.Slides