Click or drag to resize
Accord.NET (logo)

ImageBox. Show Method (Image, Int32, Int32)

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(
	Image image,
	int width,
	int height
)
Request Example View Source

Parameters

image
Type: System.Drawing.Image
The image to show.
width
Type: System.Int32
The width of the image box.
height
Type: System.Int32
The height of the image box.

Return Value

Type: ImageBox
See Also