Ellipse Copy Method Cognex VisionPro 9.24

Create a new shape that copies specified parameters.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.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