![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The FormActionImage displays the action image (if one exists) More...
Public Member Functions | |
| FormActionImage () | |
| The constructor. More... | |
| void | SetImage (Image bmp) |
| Set the image to display. More... | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
The FormActionImage displays the action image (if one exists)
Definition at line 16 of file FormActionImage.cs.
| MyCaffe.gym.FormActionImage.FormActionImage | ( | ) |
The constructor.
Definition at line 21 of file FormActionImage.cs.
|
protected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file FormActionImage.Designer.cs.
| void MyCaffe.gym.FormActionImage.SetImage | ( | Image | bmp | ) |