Method | Description | |
---|---|---|
Show ( |
Displays an image on the screen.
|
|
Show ( |
Displays an image on the screen.
|
|
Show ( |
Displays an image on the screen.
|
|
Show ( |
Displays an image on the screen.
|
|
Show ( |
Displays an image on the screen.
|
|
Show ( String title, double image, PictureBoxSizeMode sizeMode, int width, int height ) : DialogResult |
Displays an image on the screen.
|
|
Show ( |
Displays an image on the screen.
|
|
Show ( |
Displays an image on the screen.
|
|
Show ( double image ) : DialogResult |
Displays an image on the screen.
|
|
Show ( double image, PictureBoxSizeMode sizeMode ) : DialogResult |
Displays an image on the screen.
|
|
Show ( double image, PictureBoxSizeMode sizeMode, int width, int height ) : DialogResult |
Displays an image on the screen.
|
|
Show ( double image, int imageWidth, int imageHeight ) : DialogResult |
Displays an image on the screen.
|
|
Show ( double image, int imageWidth, int imageHeight, PictureBoxSizeMode sizeMode ) : DialogResult |
Displays an image on the screen.
|
|
Show ( double image, int imageWidth, int imageHeight, PictureBoxSizeMode sizeMode, int width, int height ) : DialogResult |
Displays an image on the screen.
|
|
Show ( string title, |
Displays an image on the screen.
|
|
Show ( string title, |
Displays an image on the screen.
|
|
Show ( string title, |
Displays an image on the screen.
|
|
Show ( string title, |
Displays an image on the screen.
|
|
Show ( string title, |
Displays an image on the screen.
|
|
Show ( string title, |
Displays an image on the screen.
|
|
Show ( string title, |
Displays an image on the screen.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ImageBox ( ) : System.Drawing |
Initializes a new instance of the ImageBox class.
|
|
OnPreviewKeyDown ( |
Raises the E:System.Windows.Forms.Control.PreviewKeyDown event.
|
Method | Description | |
---|---|---|
ImageBox_Load ( object sender, |
||
InitializeComponent ( ) : void | ||
centeredToolStripMenuItem_SelectedIndexChanged ( object sender, |
||
saveFileDialog1_FileOk ( object sender, System e ) : void | ||
zoomToolStripMenuItem_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnPreviewKeyDown ( |
||
e | ||
return | void |
public static Show ( |
||
image | The image to show. | |
return | DialogResult |
public static Show ( |
||
image | The image to show. | |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
return | DialogResult |
public static Show ( |
||
image | The image to show. | |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
backColor | Color | The background color to use in the window.
/// Default is |
return | DialogResult |
public static Show ( |
||
image | The image to show. | |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
width | int | The width of the image box. |
height | int | The height of the image box. |
return | DialogResult |
public static Show ( |
||
image | The image to show. | |
width | int | The width of the image box. |
height | int | The height of the image box. |
return | DialogResult |
public static Show ( String title, double image, PictureBoxSizeMode sizeMode, int width, int height ) : DialogResult | ||
title | String | The text to display in the title bar of the image box. |
image | double | The image to show. |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
width | int | The width of the image box. |
height | int | The height of the image box. |
return | DialogResult |
public static Show ( |
||
image | The image to show. | |
return | DialogResult |
public static Show ( |
||
image | The image to show. | |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
return | DialogResult |
public static Show ( double image ) : DialogResult | ||
image | double | The image to show. |
return | DialogResult |
public static Show ( double image, PictureBoxSizeMode sizeMode ) : DialogResult | ||
image | double | The image to show. |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
return | DialogResult |
public static Show ( double image, PictureBoxSizeMode sizeMode, int width, int height ) : DialogResult | ||
image | double | The image to show. |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
width | int | The width of the image box. |
height | int | The height of the image box. |
return | DialogResult |
public static Show ( double image, int imageWidth, int imageHeight ) : DialogResult | ||
image | double | The image to show. |
imageWidth | int | The width of the image. |
imageHeight | int | The height of the image. |
return | DialogResult |
public static Show ( double image, int imageWidth, int imageHeight, PictureBoxSizeMode sizeMode ) : DialogResult | ||
image | double | The image to show. |
imageWidth | int | The width of the image. |
imageHeight | int | The height of the image. |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
return | DialogResult |
public static Show ( double image, int imageWidth, int imageHeight, PictureBoxSizeMode sizeMode, int width, int height ) : DialogResult | ||
image | double | The image to show. |
imageWidth | int | The width of the image. |
imageHeight | int | The height of the image. |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
width | int | The width of the image box. |
height | int | The height of the image box. |
return | DialogResult |
public static Show ( string title, |
||
title | string | The text to display in the title bar of the image box. |
image | The image to show. | |
return | DialogResult |
public static Show ( string title, |
||
title | string | The text to display in the title bar of the image box. |
image | The image to show. | |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
return | DialogResult |
public static Show ( string title, |
||
title | string | The text to display in the title bar of the image box. |
image | The image to show. | |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
width | int | The width of the image box. |
height | int | The height of the image box. |
return | DialogResult |
public static Show ( string title, |
||
title | string | The text to display in the title bar of the image box. |
image | The image to show. | |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
width | int | The width of the image box. |
height | int | The height of the image box. |
backColor | Color | The background color to use in the window.
/// Default is |
return | DialogResult |
public static Show ( string title, |
||
title | string | The text to display in the title bar of the image box. |
image | The image to show. | |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
return | DialogResult |
public static Show ( string title, |
||
title | string | The text to display in the title bar of the image box. |
image | The image to show. | |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
width | int | The width of the image box. |
height | int | The height of the image box. |
return | DialogResult |
public static Show ( string title, |
||
title | string | The text to display in the title bar of the image box. |
image | The image to show. | |
sizeMode | PictureBoxSizeMode | How to display the image inside the image box. |
width | int | The width of the image box. |
height | int | The height of the image box. |
backColor | Color | The background color to use in the window.
/// Default is |
return | DialogResult |