You are here: Start » AVL.NET » SparseImage Class
SparseImage Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| SparseImage(Int32, Int32) | ||
| SparseImage(SparseImage) | Creates a deep copy of the passed object. | |
| SparseImage() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| FrameHeight | System.Int32 | ||
| FrameWidth | System.Int32 | ||
| Frame | AvlNet.Box | ||
| IsDisposed | System.Boolean | ||
| Pixels | System.Collections.Generic.IReadOnlyList<AvlNet.SparsePixel> | ||
| RowCount | System.Int32 | ||
| Rows | System.Collections.Generic.IReadOnlyList<AvlNet.SparseRow> | ||
| Size | System.Int32 |
Methods
| Name | Description | |
|---|---|---|
| Add(AvlNet.Location, byte) | ||
| Add(ushort, ushort, byte) | Locations must be added in lexicographical order! | |
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reserve(int, int) | ||
| Reset(AvlNet.SparseImage) | Resets this instance with data of the other SparseImage object. | |
| RowLength(int) | ||
| RowY(int) | ||
| SetFrame(int, int) | ||
| ToString() | Inherited from System.Object |
