Rectangle X Property Cognex VisionPro 9.22
Get

Minimum X coordinate of this rectangle.

Set

Sets X.

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

public double X { get; set; }

Property Value

Type: Double
Default Value: 20
Remarks

Returns the smallest x-coordinate of this rectangle.

Remarks

Changed Raised when the value of this property changes.

See Also