You are here: Start » AVL.NET » SparseImage Class

SparseImage Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
SparseImage()
SparseImage(Int32, Int32)

Properties

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

Methods

 NameDescription
Add(Avl.Location, byte)
Add(System.IntPtr, System.IntPtr, ushort)
Add(ushort, ushort, byte) Locations must be added in lexicographical order!
CopyTo(Avl.SparseImage)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.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