[This is preliminary documentation and is subject to change.]
The BitMatrix2D type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| BitMatrix2D(Int32) | Initializes a new instance of the BitMatrix2D class | |
| BitMatrix2D(Int32, Int32) | Initializes a new instance of the BitMatrix2D class |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides MatrixBase T Equals(Object).) | |
| Equals(MatrixBase T ) | (Inherited from MatrixBase T .) | |
| FillSubArea |
Fills homogeneous sub-area of this square with the specified value
| |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetEnumerator | (Inherited from MatrixBase T .) | |
| GetHashCode | (Overrides MatrixBase T GetHashCode .) | |
| GetLowerBound | (Inherited from Matrix2DBase T .) | |
| GetMatrixEnumerator | (Inherited from Matrix2DBase T .) | |
Gets the (Inherited from | ||
| GetUpperBound | (Inherited from Matrix2DBase T .) | |
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides Matrix2DBase T ToString .) |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Height | (Inherited from Matrix2DBase T .) | |
| Width | (Inherited from Matrix2DBase T .) |
Properties
| Name | Description | |
|---|---|---|
| Item |
Provides access to bit values by X,Y matric coordinates
(Overrides Matrix2DBase T Item Int32, Int32 .) | |
| Rank | (Inherited from Matrix2DBase T .) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable GetEnumerator | (Inherited from MatrixBase T .) |
See Also