CogCircle Copy Method Cognex VisionPro
Create a new shape that copies specified parameters.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public CogCircle Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogCircle

The copied CogCircle

Remarks

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

See Also