You are here: Start » SparseImage Class
SparseImage Class
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | SparseImage() | |
![]() | SparseImage(Int32, Int32) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | FrameHeight | System.Int32 | |
![]() | FrameWidth | System.Int32 | |
![]() | Frame | Fil.Box | |
![]() | IsDisposed | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | IsView | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | Pixels | System.Collections.Generic.List<Fil.SparsePixel> | |
![]() | RowCount | System.Int32 | |
![]() | Rows | System.Collections.Generic.List<Fil.SparseRow> | |
![]() | Size | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | Add(Fil.Location, byte) | |
![]() | Add(System.IntPtr, System.IntPtr, ushort) | |
![]() | Add(ushort, ushort, byte) | Locations must be added in lexicographical order! |
![]() | CopyTo(Fil.SparseImage) | |
![]() | Dispose() | Inherited from Fil.UnmanagedObject |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | MoveTo(Fil.SparseImage) | |
![]() | Reserve(int, int) | |
![]() | Reset() | |
![]() | Reset(int, int) | |
![]() | RowBegin(int) | |
![]() | RowEnd(int) | |
![]() | RowLength(int) | |
![]() | RowY(int) | |
![]() | SetFrame(int, int) | |
![]() | ToString() | Inherited from System.Object |