You are here: Start » AVL.NET » Region Class
Region Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| Region(Int32, Int32) | ||
| Region(Int32, Int32, PointRun[]) | ||
| Region() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Data | System.IntPtr | ||
| FrameHeight | System.Int32 | Gets and sets the region's frame height | |
| FrameWidth | System.Int32 | Gets and sets the region's frame width | |
| IsDisposed | System.Boolean | ||
| Size | System.Int32 | Gets the PointRun count |
Methods
| Name | Description | |
|---|---|---|
| AddRange(AvlNet.PointRun[]) | ||
| Add(AvlNet.PointRun) | ||
| Add(int, int, int) | ||
| 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 | |
| SetFrame(int, int) | Sets the region's frame. | |
| ToArray() | ||
| ToString() | Inherited from System.Object |
