SystemDrawingImageProxyExtensionsGetStreamFromImage Method |
Gets a stream from a Gdi image.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static MemoryStream GetStreamFromImage(
Image image,
ImageFormat format
)
Parameters
- image Image
- The image to convert to a stream.
- format ImageFormat
- The format to save the image to the stream.
Return Value
MemoryStream[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.SystemDrawingImageProxyExtensions.GetStreamFromImage(System.Drawing.Image,System.Drawing.Imaging.ImageFormat)"]
See Also