AddVideoFrame

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

Fügt einen neuen Videoframe am Ende einer Sammlung hinzu.

public IVideoFrame AddVideoFrame(float x, float y, float width, float height, string fname)
ParameterTypBeschreibung
xSingleX-Koordinate eines neuen Videoframes.
ySingleY-Koordinate eines neuen Videorahmens.
widthSingleBreite eines neuen Videoframes.
heightSingleHöhe eines neuen Videoframes.
fnameStringName der Videodatei.

Rückgabewert

Erstelltes VideoFrame-Objekt.

Siehe auch


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

Fügt einen neuen Videoframe am Ende einer Sammlung hinzu.

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

Rückgabewert

Erstelltes VideoFrame-Objekt.

Siehe auch