CogRectangleAffine CornerOriginY Property Cognex VisionPro 9.8
Corner point origin (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 CornerOriginY { get; }

Property Value

Type: Double
Remarks

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

See Also