Click or drag to resize
Accord.NET (logo)

AVIWriterWidth Property

Width of video frames.

Namespace:  Accord.Video.VFW
Assembly:  Accord.Video.VFW (in Accord.Video.VFW.dll) Version: 3.8.0
Syntax
public int Width { get; }
Request Example View Source

Property Value

Type: Int32
Remarks

The property specifies the width of video frames, which are acceptable by AddFrame(Bitmap) method for saving, which is set in Open(String, Int32, Int32) method.

See Also