PointerAccessor1D_Int32 Class OpenCvSharp Class Library
Managed wrapper of array pointer (Int32*)
Inheritance Hierarchy

SystemObject
  OpenCvSharpPointerAccessor1D_Int32

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

public class PointerAccessor1D_Int32 : IPointerAccessor1D<int>

The PointerAccessor1D_Int32 type exposes the following members.

Constructors

  NameDescription
Public methodPointerAccessor1D_Int32(Int32*)
Initializes from Int32*
Public methodPointerAccessor1D_Int32(IntPtr)
Initializes from IntPtr
Top
Properties

  NameDescription
Public propertyItem
Indexer
Public propertyPtr
Unmanaged pointer (Int32*)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Return the particular element of array
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSet
Change the particular array element
Public methodToArray
Converts this pointer into a managed array
Public methodToString (Inherited from Object.)
Top
See Also

Reference