AtalaImageToDib Method (Stream) |
Fills the given stream with a DIB (Device Independent Bitmap) copied from this AtalaImage.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic void ToDib(
Stream stream
)
Public Sub ToDib (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The stream which will be filled with the DIB
See Also