You are here: Start » FIL.NET » SparseImage Class
SparseImage Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.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 | FilNet.Box | |
![]() | IsDisposed | System.Boolean | |
![]() | Pixels | System.Collections.Generic.IReadOnlyList<FilNet.SparsePixel> | |
![]() | RowCount | System.Int32 | |
![]() | Rows | System.Collections.Generic.IReadOnlyList<FilNet.SparseRow> | |
![]() | Size | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | Add(FilNet.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(FilNet.SparseImage) | Resets this instance with data of the other SparseImage object. |
![]() | RowLength(int) | |
![]() | RowY(int) | |
![]() | SetFrame(int, int) | |
![]() | ToString() | Inherited from System.Object |