InsertVideoFrame()

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

Creates a new video frame and inserts it to a 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 video frame should be inserted.
xfloatX coordinate of a new video frame.
yfloatY coordinate of a new video frame.
widthfloatWidth of a new video frame.
heightfloatHeight of a new video frame.
fnameSystem::StringVideo file name.

Return Value

Created VideoFrame object.

See Also