| 
            
              ImageBoxShow Method (Double)
             | 
          
        
         
              Displays an image on the screen.
            
 
    Namespace: 
   Accord.Controls
    Assembly:
   Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntaxpublic static ImageBox Show(
	double[,] image
)
Public Shared Function Show ( 
	image As Double(,)
) As ImageBox
 Request Example
		View SourceParameters
- image
 - Type: SystemDouble
The image to show. 
Return Value
Type: 
ImageBox
See Also