InsertVideoFrame

IShapeCollection.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)
ParameterTypeDescription
indexInt32The zero-based index at which video frame should be inserted.
xSingleX coordinate of a new video frame.
ySingleY coordinate of a new video frame.
widthSingleWidth of a new video frame.
heightSingleHeight of a new video frame.
fnameStringVideo file name.

Return Value

Created VideoFrame object.

See Also