You are here: Start » SparseImage Class

SparseImage Class

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
SparseImage()
SparseImage(Int32, Int32)

Properties

 NameTypeDescription
FrameHeightSystem.Int32
FrameWidthSystem.Int32
FrameFil.Box
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
PixelsSystem.Collections.Generic.List<Fil.SparsePixel>
RowCountSystem.Int32
RowsSystem.Collections.Generic.List<Fil.SparseRow>
SizeSystem.Int32

Methods

 NameDescription
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

See also