CogRectangleAffine CornerYX Property Cognex VisionPro 9.7
Corner point Y (X coordinate) of this affine rectangle.

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

public double CornerYX { get; }

Property Value

Type: Double
Remarks

Gets the x-coordinate of the corner point y (Py). To set this property, use SetOriginCornerXCornerY(Double, Double, Double, Double, Double, Double).

See Also