CogPolygon Copy Method Cognex VisionPro 9.21
Create a new polygon that replicates the specified properties.

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

public CogPolygon Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogPolygon

The copied CogPolygon object.

Remarks

Creates a new polygon that copies specified parameters.

See Also