Ellipse GetCenterXYRadiusXYRotation Method Cognex VisionPro 9.22 SR1

Gets the named properties in a single method call.

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

public void GetCenterXYRadiusXYRotation(
	out double centerX,
	out double centerY,
	out double radiusX,
	out double radiusY,
	out double rotation
)

Parameters

centerX
Type: System Double 
The x-coordinate of the center of this ellipse.
centerY
Type: System Double 
The y-coordinate of the center of this ellipse.
radiusX
Type: System Double 
The x-radius of this ellipse.
radiusY
Type: System Double 
The x-radius of this ellipse.
rotation
Type: System Double 
The rotation angle of this ellipse.
Remarks

Returns the x- and y-coordinates of the center, the x- and y-radii, and the rotation of this ellipse.

See Also