Managed wrapper of array pointer (Int32*)
Inheritance Hierarchy
OpenCvSharpPointerAccessor1D_Int32
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The PointerAccessor1D_Int32 type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PointerAccessor1D_Int32(Int32*) |
Initializes from Int32*
| |
| PointerAccessor1D_Int32(IntPtr) |
Initializes from IntPtr
|
Properties
| Name | Description | |
|---|---|---|
| Item |
Indexer
| |
| Ptr |
Unmanaged pointer (Int32*)
|
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
| |
| ToArray |
Converts this pointer into a managed array
| |
| ToString | (Inherited from Object.) |
See Also