You are here: Start » SparseImage Class

SparseImage Class

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Constructors

 ConstructorDescription
SparseImage(Int32, Int32)
SparseImage(SparseImage)
SparseImage()

Properties

 NameTypeDescription
FrameHeightSystem.Int32
FrameWidthSystem.Int32
FrameAvlNet.Box
IsDisposedSystem.Boolean
PixelsSystem.Collections.Generic.IReadOnlyList<AvlNet.SparsePixel>
RowCountSystem.Int32
RowsSystem.Collections.Generic.IReadOnlyList<AvlNet.SparseRow>
SizeSystem.Int32

Methods

 NameDescription
Add(AvlNet.Location, byte)
Add(ushort, ushort, byte)
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)
RowLength(int)
RowY(int)
SetFrame(int, int)
ToString()Inherited from System.Object

See also