AddVideoFrame

AddVideoFrame(float, float, float, float, string)

Fügt einen neuen Video-Frame am Ende einer Sammlung hinzu.

public IVideoFrame AddVideoFrame(float x, float y, float width, float height, string fname)
ParameterTypBeschreibung
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


AddVideoFrame(float, float, float, float, IVideo)

Fügt einen neuen Video-Frame am Ende einer Sammlung hinzu.

public IVideoFrame AddVideoFrame(float x, float y, float width, float height, IVideo video)
ParameterTypBeschreibung
xSingleX-Koordinate eines neuen Video-Frames.
ySingleY-Koordinate eines neuen Video-Frames.
widthSingleBreite eines neuen Video-Frames.
heightSingleHöhe eines neuen Video-Frames.
videoIVideoVideo.

Rückgabewert

Erstelltes VideoFrame-Objekt.

Siehe auch