You are here: Start » FIL.NET » Region Class
Region Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Compressed binary mask.
Constructors
Constructor | Description | |
---|---|---|
![]() | Region(Int32, Int32, IList<PointRun>) | |
![]() | Region(Int32, Int32) | |
![]() | Region(Region) | Creates a deep copy of the passed object. |
![]() | Region() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Capacity | System.Int32 | |
![]() | Data | System.IntPtr | |
![]() | Empty | System.Boolean | |
![]() | FrameHeight | System.Int32 | |
![]() | FrameWidth | System.Int32 | |
![]() | Frame | FilNet.Box | |
![]() | IsDisposed | System.Boolean | |
![]() | Item | FilNet.PointRun | |
![]() ![]() | MaxSize | System.Int32 | |
![]() | Size | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | AddRange(IEnumerable<FilNet.PointRun>) | Appends a collection of elements |
![]() | Add(FilNet.PointRun) | |
![]() | Add(FilNet.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(FilNet.Region) | |
![]() ![]() | Equals(FilNet.Region, FilNet.Region) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Insert(int, FilNet.PointRun) | |
![]() | Length(int) | |
![]() | Reserve(int) | |
![]() | Reset(FilNet.Region) | Resets this instance with data of the other Region object. |
![]() | Resize(int) | |
![]() | Resize(int, FilNet.PointRun) | |
![]() | Run(int) | |
![]() | SetFrameOf(FilNet.Region) | |
![]() | SetFrame(int, int) | |
![]() | ToArray() | |
![]() | ToString() | Inherited from System.Object |