PelRect Width Property Cognex VisionPro 9.21 SR1
Get

Get the width of this PelRect.

Set

Set the Width of this PelRect.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public int Width { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set Width to a negative value.
Remarks

Changed Raised when the value of this property changes.

See Also