Managed wrapper of array pointer (Single**)
Inheritance Hierarchy
OpenCvSharpPointerAccessor2D_Single
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The PointerAccessor2D_Single type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PointerAccessor2D_Single(IntPtr) |
Initializes from IntPtr
| |
| PointerAccessor2D_Single(Single**) |
Initializes from Single**
|
Properties
| Name | Description | |
|---|---|---|
| Item |
Indexer
| |
| Ptr |
Unmanaged pointer (Single**)
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Get |
Return the particular element of array
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Set |
Change the particular array element
| |
| ToString | (Inherited from Object.) |
See Also