InsertVideoFrame
ShapeCollection.InsertVideoFrame method
Creates a new video frame and inserts it to a collection at the specified index.
public IVideoFrame InsertVideoFrame(int index, float x, float y, float width, float height,
string fname)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which video frame should be inserted. |
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
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides