Click or drag to resize

SystemDrawingImageProxyExtensionsGetImage(ImageProxy) Method

Gets a Gdi image from an ImageProxy.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Image GetImage(
	ImageProxy proxy
)

Parameters

proxy  ImageProxy
The image proxy.

Return Value

Image
The Gdi image created from the image proxy. This object must be disposed if no longer in use.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe stream of the proxy is null
See Also