CogRectangleAffine CornerOppositeY Property Cognex VisionPro 9.7
Corner point Opposite (Y coordinate) of this affine rectangle.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.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(Double, Double, Double, Double, Double, Double).

See Also