RectangleAffine CornerOppositeX Property Cognex VisionPro 9.22

Corner point Opposite (X coordinate) of this affine rectangle.

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

public double CornerOppositeX { get; }

Property Value

Type: Double
Remarks

Gets the x-coordinate of the corner point opposite (Popp). To set this property, use SetOriginCornerXCornerY().

See Also