|
ImageBoxShow Method (Double, 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(
double[] image,
int imageWidth,
int imageHeight
)
Public Shared Function Show (
image As Double(),
imageWidth As Integer,
imageHeight As Integer
) As ImageBox
Request Example
View SourceParameters
- image
- Type: SystemDouble
The image to show. - imageWidth
- Type: SystemInt32
The width of the image. - imageHeight
- Type: SystemInt32
The height of the image.
Return Value
Type:
ImageBoxSee Also