EllipticalArc CreateEllipse Method Cognex VisionPro 9.22

Create a new ellipse shape. The returned ellipse will have the same center, radii, rotation, and unit circle transform as this elliptical arc. Use the CopyFlags to specify what other parts of this shape should be copied into the new one.

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

public Ellipse CreateEllipse(
	CopyShapeConstants copyFlags
)

Return Value

Type: Ellipse

The new ellipse.

Remarks

Creates a new Ellipse based on the underlying ellipse of this arc. The new ellipse has the same CenterX, CenterY, RadiusX, RadiusY, Rotation, and unit circle transform as this elliptical arc. copyFlags specifies which aspects of the arc are copied to the ellipse.

See Also