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

Region Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Compressed binary mask.

Constructors

 ConstructorDescription
Region(Int32, Int32, IntPtr, Int32, Boolean)
Region(Int32, Int32, IntPtr, Int32)
Region()
Region(Region)
Region(Int32, Int32, List<PointRun>)
Region(Int32, Int32)
Region(Int32, Int32, PointRun[])

Properties

 NameTypeDescription
BackAvl.PointRun
CapacitySystem.Int32
EmptySystem.Boolean
FrameHeightSystem.Int32
FrameWidthSystem.Int32
FrameAvl.Box
FrontAvl.PointRun
IsDataOwnSystem.Boolean
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
ItemAvl.PointRun
MaxSizeSystem.Int32
SizeSystem.Int32

Methods

 NameDescription
Add(Avl.PointRun)
Add(Avl.Location, int)
Add(int, int, int)
Begin()
Begin(int)
Clear()
Compact()
Contains(Avl.PointRun)
CopyTo(Avl.Region)
CopyTo(Avl.PointRun[], int)
Dispose()Inherited from Avl.UnmanagedObject
End()
End(int)
Equals(object)Inherited from System.Object
Equals(Avl.Region)
Erase(System.IntPtr)
Erase(System.IntPtr, System.IntPtr)
GetEnumerator()
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
IndexOf(Avl.PointRun)
Insert(int, Avl.PointRun)
Insert(System.IntPtr, System.IntPtr)
Insert(System.IntPtr, Avl.PointRun)
Insert(System.IntPtr, System.IntPtr, System.IntPtr)
Length(int)
MakeDataOwn()
MoveTo(Avl.Region)
PopBack()
PushBack(Avl.PointRun)
Release()
RemoveAt(int)
Remove(Avl.PointRun)
Reserve(int)
Reset()
Reset(int, int)
Reset(int, int, System.IntPtr, int)
Reset(int, int, System.IntPtr, int, bool)
Resize(int)
Resize(int, Avl.PointRun)
Run(int)
SetFrameOf(Avl.Region)
SetFrame(int, int)
Swap(Avl.Region)
ToArray()
ToString()Inherited from System.Object

Remarks

See also