AddVideoFrame
Contents
[
Hide
]AddVideoFrame(float, float, float, float, string)
Adds a new video frame to the end of a collection.
public IVideoFrame AddVideoFrame(float x, float y, float width, float height, string fname)
Parameter | Type | Description |
---|---|---|
x | Single | X coordinate of a new video frame. |
y | Single | Y coordinate of a new video frame. |
width | Single | Width of a new video frame. |
height | Single | Height of a new video frame. |
fname | String | Video file name. |
Return Value
Created VideoFrame object.
See Also
- interface IVideoFrame
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
AddVideoFrame(float, float, float, float, IVideo)
Adds a new video frame to the end of a collection.
public IVideoFrame AddVideoFrame(float x, float y, float width, float height, IVideo video)
Parameter | Type | Description |
---|---|---|
x | Single | X coordinate of a new video frame. |
y | Single | Y coordinate of a new video frame. |
width | Single | Width of a new video frame. |
height | Single | Height of a new video frame. |
video | IVideo | Video. |
Return Value
Created VideoFrame object.
See Also
- interface IVideoFrame
- interface IVideo
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides