|
ImageBoxShow Method (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(
Image image,
PictureBoxSizeMode sizeMode
)
Public Shared Function Show (
image As Image,
sizeMode As PictureBoxSizeMode
) As ImageBox
Request Example
View SourceParameters
- 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:
ImageBoxSee Also