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

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

public double CornerXY { get; }

Property Value

Type: Double
Remarks

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

See Also