StructurePointerT Class OpenCvSharp Class Library
Class that converts structure into pointer and cleans up resources automatically (generic version)
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<T> : StructurePointer

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:OpenCvSharp.Utilities.StructurePointer`1"]

The StructurePointerT type exposes the following members.

Constructors

  NameDescription
Public methodStructurePointerT
Initializes a new instance of the StructurePointerT class
Public methodStructurePointerT(T)
Initializes a new instance of the StructurePointerT class
Top
Properties

  NameDescription
Public propertyPtr
Pointer
(Inherited from StructurePointer.)
Public propertySize
Size of allocated memory
(Inherited from StructurePointer.)
Public propertySrcObj
Structure
(Inherited from StructurePointer.)
Top
Methods

  NameDescription
Public methodDispose
Clean up resources to be used
(Inherited from StructurePointer.)
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(StructurePointerT to IntPtr)
Top
See Also

Reference