GifEncoder Constructor
Initializes a new instance of the
GifEncoder class.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
public GifEncoder(
Stream stream,
Size size
)
Public Sub New (
stream As Stream,
size As Size
)
public:
GifEncoder(
Stream^ stream,
Size size
)
new :
stream : Stream *
size : Size -> GifEncoder
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.