Click or drag to resize

GifFrameCollectionHeight Property

Gets or sets the height of the animation canvas.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int Height { get; set; }

Property Value

Type: Int32
The height of the animation canvas.
Remarks

All images added to the collection must be equal to or less than this size.

This is the height of the final output. All frames must fit inside this area.

See Also