InsertVideoFrame
ShapeCollection.InsertVideoFrame method
Creates a new video frame and inserts it into the shape 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 to insert the video frame. |
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
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides