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

Region Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Compressed binary mask.

Constructors

 ConstructorDescription
Region(Int32, Int32, IList<PointRun>)
Region(Int32, Int32)
Region(Region)Creates a deep copy of the passed object.
Region()

Properties

 NameTypeDescription
CapacitySystem.Int32
DataSystem.IntPtr
EmptySystem.Boolean
FrameHeightSystem.Int32
FrameWidthSystem.Int32
FrameAvlNet.Box
IsDisposedSystem.Boolean
ItemAvlNet.PointRun
MaxSizeSystem.Int32
SizeSystem.Int32

Methods

 NameDescription
AddRange(IEnumerable<AvlNet.PointRun>)Appends a collection of elements
Add(AvlNet.PointRun)
Add(AvlNet.Location, int)
Add(int, int, int)
Clear()
Compact()
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(AvlNet.Region)
Equals(AvlNet.Region, AvlNet.Region)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Insert(int, AvlNet.PointRun)
Length(int)
Reserve(int)
Reset(AvlNet.Region)Resets this instance with data of the other Region object.
Resize(int)
Resize(int, AvlNet.PointRun)
Run(int)
SetFrameOf(AvlNet.Region)
SetFrame(int, int)
ToArray()
ToString()Inherited from System.Object

Remarks

See also