PointerT Structure OpenCvSharp Class Library
Structure which represents t*

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

public struct Pointer<T>
where T : struct, new()

Type Parameters

T

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

The PointerT type exposes the following members.

Constructors

  NameDescription
Public methodPointerT
Constructor
Top
Properties

  NameDescription
Public propertyAddress
Address
Public propertyEntity
entity of the pointer (*t)
Top
Methods

  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Operators

  NameDescription
Public operatorStatic member(PointerT to T)
explicit cast to t
Public operatorStatic member(PointerT to IntPtr)
implicit cast to IntPtr
Top
Fields

  NameDescription
Public fieldStatic memberZero
Null pointer
Top
See Also

Reference