[]
Represents the table canvas item. The Table CanvasItems contains an arrayList of TableRow Object which contain an array list of TableCell Objects which contains an array list of canvasItems. This class saves, load, and renders a table.
public class Table : CanvasItem, IDisposable, ICloneable
Name | Description |
---|---|
Bounds | Gets or sets the bounds. |
Name | Description |
---|---|
Clone() | Performs a cloning of this instance. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. |
ToString() | Returns a string that represents the current object. |