ImageBoxShow Method |
Name | Description | |
---|---|---|
Show | Displays the control to the user. (Inherited from Control.) | |
Show(IWin32Window) | Shows the form with the specified owner to the user. (Inherited from Form.) | |
Show(Double) |
Displays an image on the screen.
| |
Show(Image) |
Displays an image on the screen.
| |
Show(UnmanagedImage) |
Displays an image on the screen.
| |
Show(Double, PictureBoxSizeMode) |
Displays an image on the screen.
| |
Show(Image, PictureBoxSizeMode) |
Displays an image on the screen.
| |
Show(String, Image) |
Displays an image on the screen.
| |
Show(UnmanagedImage, PictureBoxSizeMode) |
Displays an image on the screen.
| |
Show(Double, Int32, Int32) |
Displays an image on the screen.
| |
Show(Image, Int32, Int32) |
Displays an image on the screen.
| |
Show(Image, PictureBoxSizeMode, Color) |
Displays an image on the screen.
| |
Show(String, UnmanagedImage, PictureBoxSizeMode) |
Displays an image on the screen.
| |
Show(String, Image, PictureBoxSizeMode) |
Displays an image on the screen.
| |
Show(Double, PictureBoxSizeMode, Int32, Int32) |
Displays an image on the screen.
| |
Show(Double, Int32, Int32, PictureBoxSizeMode) |
Displays an image on the screen.
| |
Show(Image, PictureBoxSizeMode, Int32, Int32) |
Displays an image on the screen.
| |
Show(String, UnmanagedImage, PictureBoxSizeMode, Int32, Int32) |
Displays an image on the screen.
| |
Show(String, Double, PictureBoxSizeMode, Int32, Int32) |
Displays an image on the screen.
| |
Show(String, Image, PictureBoxSizeMode, Int32, Int32) |
Displays an image on the screen.
| |
Show(Double, Int32, Int32, PictureBoxSizeMode, Int32, Int32) |
Displays an image on the screen.
| |
Show(String, UnmanagedImage, PictureBoxSizeMode, Int32, Int32, Color) |
Displays an image on the screen.
|