|
|
| MaximaPluginCanvas (SessionProfile sessionProfile) |
| |
|
| MaximaPluginCanvas (MaximaPluginCanvas region) |
| |
|
void | Init () |
| | Called in constructor for initilization of the class
|
| |
| void | ScalImg (System.Drawing.Image img) |
| | Scale image to the size of the draw region canvas More...
|
| |
|
void | Plot () |
| | Calls Draw.RegionDraw() to request Maxima to generate plot
|
| |
| bool | LoadImage () |
| | Load image from the file and saves it into the imageEO variable More...
|
| |
|
void | SetLastRequest () |
| | Set the SMath input
|
| |
| override void | OnPaint (PaintEventOptions e) |
| | Draw image on draw region canvas More...
|
| |
|
override RegionBase | Clone () |
| |
|
override void | OnMouseDown (MouseEventOptions e) |
| |
|
override void | OnEvaluation (SMath.Math.Store store) |
| |
|
|
PlotStore | plotStore |
| |
|
PlotStore | oldPlotStore |
| |
|
string | imageFilePath = "" |
| |
|
PlotStore.State | tempState = PlotStore.State.Default |
| |
|
string | lastPlotRequest = "" |
| |
|
string | lastInput = "" |
| |
|
bool | plotApproval = false |
| |
|
bool | isError = false |
| |
|
string | errorText = "" |
| |
|
System.Drawing.Image | imageEs |
| |
|
System.Drawing.Image | imageEo |
| |
|
SvgPictureBoxWindow | svgWindow |
| |
|
GdiGraphicsRenderer | svgRenderer |
| |
|
bool | mouseD = false |
| |
|
bool | borderOn = true |
| |
|
bool | redrawCanvas = false |
| |
|
int | newWidth = 0 |
| |
|
int | newHeight = 0 |
| |
|
int | oldHeight = 0 |
| |
|
int | oldWidth = 0 |
| |
|
|
string | lastGivenEquation = "" |
| |
|
bool | firstTimeDraw = true |
| |
◆ LoadImage()
| bool MaximaPlugin.PlotImage.MaximaPluginCanvas.LoadImage |
( |
| ) |
|
Load image from the file and saves it into the imageEO variable
- Returns
◆ OnPaint()
| override void MaximaPlugin.PlotImage.MaximaPluginCanvas.OnPaint |
( |
PaintEventOptions |
e | ) |
|
Draw image on draw region canvas
- Parameters
-
◆ ScalImg()
| void MaximaPlugin.PlotImage.MaximaPluginCanvas.ScalImg |
( |
System.Drawing.Image |
img | ) |
|
Scale image to the size of the draw region canvas
- Parameters
-
The documentation for this class was generated from the following file:
- PlotImage/MaximaPluginCanvas.cs