Polygon Copy Method Cognex VisionPro 9.20

Create a new polygon that replicates the specified properties.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public Polygon Copy(
	CopyShapeConstants copyFlags
)

Return Value

Type: Polygon

The copied Polygon object.

Remarks

Creates a new polygon that copies specified parameters.

See Also