Class that converts structure into pointer and cleans up resources automatically
Inheritance Hierarchy
OpenCvSharp.UtilitiesStructurePointer
OpenCvSharp.UtilitiesStructurePointerT
Namespace: OpenCvSharp.Utilities
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The StructurePointer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StructurePointer | Initializes a new instance of the StructurePointer class |
![]() | StructurePointer(Object) | Initializes a new instance of the StructurePointer class |
Properties
Name | Description | |
---|---|---|
![]() | Ptr |
Pointer
|
![]() | Size |
Size of allocated memory
|
![]() | SrcObj |
Structure
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Clean up resources to be used
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | ToStructure |
Operators
Name | Description | |
---|---|---|
![]() ![]() | (StructurePointer to IntPtr) |
See Also