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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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