CogEllipticalArc CreateEllipse Method Cognex VisionPro
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.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public CogEllipse CreateEllipse(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogEllipse

The new ellipse.

Remarks

Creates a new CogEllipse 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