CogEllipse 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 CogEllipse Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogEllipse

The copied CogEllipse object.

Remarks

Creates a new CogEllipse that copies the specified parameters from this CogEllipse.

See Also