Méthode | Description | |
---|---|---|
ImageProperty ( ) : System |
Create a ImageProperty control
|
|
SetImage ( IImage image ) : void | ||
SetMousePositionOnImage ( Point location ) : void |
Set the mouse position over the image. It also set the color intensity of the pixel on the image where is mouse is at
|
|
SetOperations ( List |
Set the description of the operation view
|
|
UpdateZoomScale ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
HandleFunctionalModeChange ( Object sender, |
||
UpdateHistogram ( ) : void | ||
clearOperationBtn_Click ( object sender, |
||
popOperationButton_Click ( object sender, |
||
showHistogramButton_Click ( object sender, EventArgs e ) : void | ||
zoomLevelComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public SetMousePositionOnImage ( Point location ) : void | ||
location | Point | The location of the mouse on the image |
Résultat | void |
public SetOperations ( List |
||
operations | List |
|
Résultat | void |