|
|
|||
|
|
Contains some types useful in Windows Forms applications.
| Class | Description |
|---|---|
| ConsoleWindow | A Form that displays text written to the standard streams Console.Out and/or Console.Error. |
| DoubleBufferedPanel | A simple class intended to be used from Mathematica for flicker-free drawing in Mathematica code called from a Paint event handler. |
| MathPictureBox | A PictureBox subclass intended for displaying images of Mathematica graphics and typeset expressions. |
| Enumeration | Description |
|---|---|
| ConsoleWindow.StreamType | Values for which stream to capture. |