CogEllipse GetCenterXYRadiusXYRotation Method Cognex VisionPro
Gets the named properties in a single method call.

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