EllipticalArc Copy Method Cognex VisionPro 9.20

Create a new elliptical arc, copying the specified parameters.

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

public EllipticalArc Copy(
	CopyShapeConstants copyFlags
)

Return Value

Type: EllipticalArc

The copied EllipticalArc

Remarks

Creates a new EllipticalArc that copies the specified attributes from this EllipticalArc.

See Also