GcGifWriter Constructor(Stream,Boolean)
Initializes a new instance of
GcGifWriter class and sets the output stream.
public GcGifWriter(
System.IO.Stream ,
System.bool
)
'Declaration
Public Function New( _
ByVal As System.IO.Stream, _
Optional ByVal As System.Boolean _
)
Parameters
- stream
- The output stream.
- ownStream
- Indicates whether the output stream should be disposed together with GcGifWriter.