RectangleAffine CornerYX Property Cognex VisionPro 9.21

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

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.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().

See Also