Click or drag to resize

SystemDrawingImageProxyExtensions Class

Helper functions to convert Gdi images to / from streams or image proxies.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.GdiSystemDrawingImageProxyExtensions

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class SystemDrawingImageProxyExtensions

The SystemDrawingImageProxyExtensions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetImage(ImageProxy) Gets a Gdi image from an ImageProxy.
Public methodStatic memberGetImage(Stream, Boolean) Gets a Gdi image from a stream.
Public methodStatic memberGetImageProxyFromImage(Image) Gets an image proxy from a Gdi image.
Public methodStatic memberGetImageProxyFromImage(Image, String) Gets an image proxy from a Gdi image.
Public methodStatic memberGetStreamFromImage Gets a stream from a Gdi image.
Top
See Also