CogImage8PixelMemory Stride Property Cognex VisionPro 9.20
Returns the offset in pixels from one row to the next. May be positive or negative.

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

public virtual int Stride { get; }

Property Value

Type: Int32

Implements

ICogImage8PixelMemory Stride
Remarks

Returns the offset in pixels from one row to the next. May be positive or negative.

See Also