Structure which represents t*
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:OpenCvSharp.Pointer`1"]
The PointerT type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PointerT |
Constructor
|
Properties
| Name | Description | |
|---|---|---|
| Address |
Address
| |
| Entity |
entity of the pointer (*t)
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
Operators
| Name | Description | |
|---|---|---|
| (PointerT to T) |
explicit cast to t
| |
| (PointerT to IntPtr) |
implicit cast to IntPtr
|
Fields
| Name | Description | |
|---|---|---|
| Zero |
Null pointer
|
See Also