Ellipse Copy Method Cognex VisionPro 9.21 SR1

Create a new shape that copies specified parameters.

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

public Ellipse Copy(
	CopyShapeConstants copyFlags
)

Return Value

Type: Ellipse

The copied Ellipse object.

Remarks

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

See Also