|   | ImageBoxShow 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
Syntaxpublic static ImageBox Show(
	Image image,
	int width,
	int height
)
Public Shared Function Show ( 
	image As Image,
	width As Integer,
	height As Integer
) As ImageBox
Parameters
- image
- Type: System.DrawingImage
 The image to show.
- width
- Type: SystemInt32
 The width of the image box.
- height
- Type: SystemInt32
 The height of the image box.
Return Value
Type: 
ImageBox See Also
See Also