Property | Type | Description | |
---|---|---|---|
AddSubPlot | |||
InspectIndex | void |
Method | Description | |
---|---|---|
AddSubPlot ( int row, int column, |
Adds a new subplot to the container.
|
|
Deserialize ( byte content ) : |
Creates a new instance from a given binary content.
|
|
Perform ( |
Gets a (sub) plot from this container.
|
|
Perform ( |
Sets a subplot by specifying some indices and the value.
|
|
Serialize ( ) : byte[] |
Takes the current instance into binary form.
|
|
SubPlotValue ( ) : System |
Creates a new instance.
|
|
this ( int index ) : SubPlot |
Gets the i-th subplot, where i is the index in the list of subplots.
|
Method | Description | |
---|---|---|
AddSubPlot ( |
||
InspectIndex ( |
public AddSubPlot ( int row, int column, |
||
row | int | The 1-based row index. |
column | int | The 1-based column index. |
plot | The plot to add. | |
rowSpan | int | The row span. |
columnSpan | int | The column span. |
return |
public Deserialize ( byte content ) : |
||
content | byte | The binary content. |
return |
public Perform ( |
||
context | The context from which this is going on. | |
argument | The indices as arguments. | |
return |
public Perform ( |
||
context | The context where this is happening. | |
indices | The indices to set it (1-dim or 2-dim). | |
values | The subplot to set. | |
return |
public this ( int index ) : SubPlot | ||
index | int | The index i, which is greater or equal to 0 and lighter than Count. |
return | SubPlot |