RectangleAffine CornerOppositeY Property Cognex VisionPro 9.25 SR1

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

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

public double CornerOppositeY { get; }

Property Value

Type: Double
Remarks

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

See Also