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