Click or drag to resize
Accord.NET (logo)

ImageBoxShow Method

Overload List
  NameDescription
Public methodShow
Displays the control to the user.
(Inherited from Control.)
Public methodShow(IWin32Window)
Shows the form with the specified owner to the user.
(Inherited from Form.)
Public methodStatic memberShow(Double)
Displays an image on the screen.
Public methodStatic memberShow(Image)
Displays an image on the screen.
Public methodStatic memberShow(UnmanagedImage)
Displays an image on the screen.
Public methodStatic memberShow(Double, PictureBoxSizeMode)
Displays an image on the screen.
Public methodStatic memberShow(Image, PictureBoxSizeMode)
Displays an image on the screen.
Public methodStatic memberShow(String, Image)
Displays an image on the screen.
Public methodStatic memberShow(UnmanagedImage, PictureBoxSizeMode)
Displays an image on the screen.
Public methodStatic memberShow(Double, Int32, Int32)
Displays an image on the screen.
Public methodStatic memberShow(Image, Int32, Int32)
Displays an image on the screen.
Public methodStatic memberShow(Image, PictureBoxSizeMode, Color)
Displays an image on the screen.
Public methodStatic memberShow(String, UnmanagedImage, PictureBoxSizeMode)
Displays an image on the screen.
Public methodStatic memberShow(String, Image, PictureBoxSizeMode)
Displays an image on the screen.
Public methodStatic memberShow(Double, PictureBoxSizeMode, Int32, Int32)
Displays an image on the screen.
Public methodStatic memberShow(Double, Int32, Int32, PictureBoxSizeMode)
Displays an image on the screen.
Public methodStatic memberShow(Image, PictureBoxSizeMode, Int32, Int32)
Displays an image on the screen.
Public methodStatic memberShow(String, UnmanagedImage, PictureBoxSizeMode, Int32, Int32)
Displays an image on the screen.
Public methodStatic memberShow(String, Double, PictureBoxSizeMode, Int32, Int32)
Displays an image on the screen.
Public methodStatic memberShow(String, Image, PictureBoxSizeMode, Int32, Int32)
Displays an image on the screen.
Public methodStatic memberShow(Double, Int32, Int32, PictureBoxSizeMode, Int32, Int32)
Displays an image on the screen.
Public methodStatic memberShow(String, UnmanagedImage, PictureBoxSizeMode, Int32, Int32, Color)
Displays an image on the screen.
Top
See Also