This documentation is for the old version. Go to the latest Graphics Mill docs

AviReader.Width Property

Gets the width of the AVI movie.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

Visual Basic
Public ReadOnly Property Width As Integer
C#
public int Width { get; }

Property Value

An integer value which specifies a width of the movie (in pixels).

See Also

Reference