CogRLEBuffer X Property Cognex VisionPro 9.8 SR1
Leftmost coordinate of the RLE image.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public int X { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
CogRLEBufferNotInitializedException

The RLE buffer is not initialized.

Remarks

Leftmost coordinate of the RLE image.

The RLE buffer contains pixels whose x-values range from X to X+Width−1.

See Also