GifWriter.Width Property

Gets or sets an entire GIF image width.

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

Syntax

C#
public int Width { get; set; }

Property Value

The entire GIF image width (in pixels). The default value is 0.

Remarks

Using the Width and Height properties you specify a "viewport" for the GIF file. If you put the frame which exceeds of these dimensions, it is cropped.

See Also

Reference