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
| Type | Name | Description | |
|---|---|---|---|
| System.Int32 | FrameHeight | Gets the region's frame height | |
| System.Int32 | FrameWidth | Gets the region's frame width | |
| System.Boolean | IsDisposed | ||
| System.Int32 | Size | Gets the PointRun count |
Methods
| Name | Description | |
|---|---|---|
| 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 |
