RectangleAffine CornerOriginY Property Cognex VisionPro 9.23

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

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

See Also