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

Region Class

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

Region(Int32, Int32)
Region(Int32, Int32, PointRun[])
Region()

Properties

 TypeNameDescription
System.Int32FrameHeightGets the region's frame height
System.Int32FrameWidthGets the region's frame width
System.BooleanIsDisposed
System.Int32SizeGets the PointRun count

Methods

 NameDescription
Add(int, int, int)
Add(AvlNet.PointRun)
Clear()
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
ToArray()
ToString()Inherited from System.Object

See also