StructurePointer Class OpenCvSharp Class Library
Class that converts structure into pointer and cleans up resources automatically
Inheritance Hierarchy

SystemObject
  OpenCvSharp.UtilitiesStructurePointer
    OpenCvSharp.UtilitiesStructurePointerT

Namespace:  OpenCvSharp.Utilities
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class StructurePointer : IDisposable

The StructurePointer type exposes the following members.

Constructors

  NameDescription
Public methodStructurePointer
Initializes a new instance of the StructurePointer class
Public methodStructurePointer(Object)
Initializes a new instance of the StructurePointer class
Top
Properties

  NameDescription
Public propertyPtr
Pointer
Public propertySize
Size of allocated memory
Public propertySrcObj
Structure
Top
Methods

  NameDescription
Public methodDispose
Clean up resources to be used
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodToStructure
Top
Operators

  NameDescription
Public operatorStatic member(StructurePointer to IntPtr)
Top
See Also

Reference