Ellipse SetCenterXYRadiusXYRotation Method Cognex VisionPro 9.22

Sets 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 SetCenterXYRadiusXYRotation(
	double centerX,
	double centerY,
	double radiusX,
	double radiusY,
	double rotation
)
Exceptions

ExceptionCondition
ArgumentExceptionradiusX is <= 0 or radiusY is <= 0.
Remarks

Changed Raised when the value of this property changes. The following state flag may be affected:

Remarks

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

See Also