CogRLEBuffer Y Property Cognex VisionPro
Topmost coordinate of the RLE image.

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

public int Y { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
CogRLEBufferNotInitializedException

The RLE buffer is not initialized.

Remarks

Topmost coordinate of the RLE image.

The RLE buffer contains pixels whose y-values range from Y to Y+Height−1.

See Also