AddVideoFrame
Contents
[
Hide
]
IShapeCollection.AddVideoFrame method (1 of 2)
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
IShapeCollection.AddVideoFrame method (2 of 2)
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