CogImage8PixelMemory Scan0 Property Cognex VisionPro 9.20
Returns the address of the upper-left pixel.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public virtual IntPtr Scan0 { get; }

Property Value

Type: IntPtr

Implements

ICogImage8PixelMemory Scan0
Remarks

Returns the address of the upper-left pixel.

The value that Scan0 returns becomes invalid after you call Dispose .

See Also