Click or drag to resize
Accord.NET (logo)

ImageBoxShow Method (UnmanagedImage)

Displays an image on the screen.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public static ImageBox Show(
	UnmanagedImage image
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
The image to show.

Return Value

Type: ImageBox
See Also