PointerAccessor1D_Int16 Class OpenCvSharp Class Library
Managed wrapper of array pointer (Int16*)
Inheritance Hierarchy

SystemObject
  OpenCvSharpPointerAccessor1D_Int16

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

public class PointerAccessor1D_Int16 : IPointerAccessor1D<short>

The PointerAccessor1D_Int16 type exposes the following members.

Constructors

  NameDescription
Public methodPointerAccessor1D_Int16(Int16*)
Initializes from Int16*
Public methodPointerAccessor1D_Int16(IntPtr)
Initializes from IntPtr
Top
Properties

  NameDescription
Public propertyItem
Indexer
Public propertyPtr
Unmanaged pointer (Int16*)
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 methodToString (Inherited from Object.)
Top
See Also

Reference