Click or drag to resize
Accord.NET (logo)

ImageBoxShow Method (String, Image, PictureBoxSizeMode)

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(
	string title,
	Image image,
	PictureBoxSizeMode sizeMode
)
Request Example View Source

Parameters

title
Type: SystemString
The text to display in the title bar of the image box.
image
Type: System.DrawingImage
The image to show.
sizeMode
Type: System.Windows.FormsPictureBoxSizeMode
How to display the image inside the image box.

Return Value

Type: ImageBox
See Also