CompositeShape Copy Method Cognex VisionPro 9.22 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.22.2.0
Syntax

public CompositeShape Copy(
	CopyShapeConstants copyFlags
)

Return Value

Type: CompositeShape

The copied CompositeShape

Remarks

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

See Also