|   | ImageBoxShow Method (String, Image) | 
        
         
              Displays an image on the screen.
            
 
    Namespace: 
   Accord.Controls
    Assembly:
   Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
 Syntax
Syntaxpublic static ImageBox Show(
	string title,
	Image image
)
Public Shared Function Show ( 
	title As String,
	image As Image
) As ImageBox
Parameters
- title
- Type: SystemString
 The text to display in the title bar of the image box.
- image
- Type: System.DrawingImage
 The image to show.
Return Value
Type: 
ImageBox See Also
See Also