CogCompositeShape Copy Method Cognex VisionPro 9.5
Create a new shape that copies specified parameters.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public CogCompositeShape Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogCompositeShape

The copied CogCompositeShape

Remarks

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

See Also