CogRectangle Copy Method Cognex VisionPro 9.22 SR1
Create a new shape that copies specified parameters.

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

public CogRectangle Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogRectangle

The copied CogRectangle object.

Remarks

Creates a new CogRectangle that copies the specified parameter from this CogRectangle.

See Also