GifEncoder Constructor

Initializes a new instance of the GifEncoder class.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
C#
public GifEncoder(
	Stream stream,
	Size size
)

Parameters

stream  Stream
The writable stream to save the image content.
size  Size
Specifies the logical screen size. It also determines the maximum size of the added images.

See Also