Image8PixelMemory ClassCognex VisionPro 9.10
Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision.Implementation.Internal Image8PixelMemory

Namespace: Cognex.Vision.Implementation.Internal
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public sealed class Image8PixelMemory : ShareableBase, 
	IImage8PixelMemory, IObject

The Image8PixelMemory type exposes the following members.

Constructors

  NameDescription
Public methodImage8PixelMemory
Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides ShareableBase Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ShareableBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta
Get the description of the object type.
(Overrides ShareableBase GetTypeMeta .)
Public methodToString
Converts this object to a string representation.
(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two Image8PixelMemory objects.
Public operatorStatic memberInequality
Compares the inequality of two Image8PixelMemory objects.
Top
Properties

  NameDescription
Public propertyHandle (Overrides ShareableBase Handle.)
Public propertyHeight
Public propertyScan0
Public propertyStride
Public propertyWidth
Top
See Also