RectangleAffine CornerYY Property Cognex VisionPro 9.21 SR1

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

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

public double CornerYY { get; }

Property Value

Type: Double
Remarks

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

See Also