CogRectangleAffine CornerXX Property Cognex VisionPro
Corner point X (X coordinate) of this affine rectangle.

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

public double CornerXX { get; }

Property Value

Type: Double
Remarks

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

See Also