GifReader.Width Property

Gets an entire GIF image width.

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

Syntax

C#
public override int Width { get; }

Property Value

The entire GIF image width (in pixels).

Implements

IImageParams.Width

See Also

Reference