GifFrameCollectionWidth Property |
Gets or sets the width 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 Width { get; set; }
Public Property Width As Integer
Get
Set
Property Value
Type:
Int32 The width of the animation canvas.
Remarks This is the width of the final output. All frames must fit inside this area.
Remarks This is the width of the final output. All frames must fit inside this area.
All images added to the collection must be equal or less than this size.
See Also