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)
Syntaxpublic int Width { get; set; }Public Property Width As Integer
Get
Set
Property Value
Type:
Int32 The width of the animation canvas.
RemarksThis is the width of the final output. All frames must fit inside this area.
RemarksThis 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