CircularArc Copy Method Cognex VisionPro 9.22

Creates and returns a new circular arc, copying the specified parameters.

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

public CircularArc Copy(
	CopyShapeConstants copyFlags
)

Return Value

Type: CircularArc

The copied CircularArc

Remarks

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

See Also