CircularArc Copy Method Cognex VisionPro 9.25 SR1

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.25.1.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