InsertVideoFrame

IShapeCollection.InsertVideoFrame Methode

Erstellt einen neuen Video-Frame und fügt ihn an dem angegebenen Index einer Sammlung hinzu.

public IVideoFrame InsertVideoFrame(int index, float x, float y, float width, float height, 
    string fname)
ParameterTypBeschreibung
indexInt32Der nullbasierte Index, an dem der Video-Frame eingefügt werden soll.
xSingleX-Koordinate eines neuen Video-Frames.
ySingleY-Koordinate eines neuen Video-Frames.
widthSingleBreite eines neuen Video-Frames.
heightSingleHöhe eines neuen Video-Frames.
fnameStringVideo-Dateiname.

Rückgabewert

Erstelltes VideoFrame-Objekt.

Siehe auch