AddVideoFrame
Contents
[
Hide
]AddVideoFrame(float, float, float, float, string)
Creates a new video frame and adds it to the end of the shape collection.
public IVideoFrame AddVideoFrame(float x, float y, float width, float height, string fname)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the new video frame, in points. |
y | Single | The y-coordinate of the new video frame, in points. |
width | Single | The width of the new video frame, in points. |
height | Single | The height of the new video frame, in points. |
fname | String | The path or name of the video file to embed. |
Return Value
The newly created IVideoFrame
.
See Also
- interface IVideoFrame
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
AddVideoFrame(float, float, float, float, IVideo)
Creates a new video frame and adds it to the end of the shape collection.
public IVideoFrame AddVideoFrame(float x, float y, float width, float height, IVideo video)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the new video frame, in points. |
y | Single | The y-coordinate of the new video frame, in points. |
width | Single | The width of the new video frame, in points. |
height | Single | The height of the new video frame, in points. |
video | IVideo | The IVideo to embed in the video frame. |
Return Value
The newly created IVideoFrame
.
See Also
- interface IVideoFrame
- interface IVideo
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides