InsertVideoFrame()

IShapeCollection::InsertVideoFrame(int32_t, float, float, float, float, System::String) method

Creates a new video frame and inserts it into the shape collection at the specified index.

virtual System::SharedPtr<IVideoFrame> Aspose::Slides::IShapeCollection::InsertVideoFrame(int32_t index, float x, float y, float width, float height, System::String fname)=0

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index at which to insert the video frame.
xfloatThe x-coordinate of the new video frame, in points.
yfloatThe y-coordinate of the new video frame, in points.
widthfloatThe width of the new video frame, in points.
heightfloatThe height of the new video frame, in points.
fnameSystem::StringThe path or name of the video file to embed.

Return Value

The newly created IVideoFrame.

See Also