InsertVideoFrame

ShapeCollection.InsertVideoFrame-Methode

Erstellt ein neues Video-Frame und fügt es an der angegebenen Indexposition einer Sammlung hinzu.

public IVideoFrame InsertVideoFrame(int index, float x, float y, float width, float height, 
    string fname)
ParameterTypBeschreibung
indexInt32Der nullbasierte Index, an dem das 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