Ellipse Copy Method Cognex VisionPro 9.25 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.25.1.0
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