CogRectangleAffine Copy Method Cognex VisionPro 9.8
Create a new shape that copies specified parameters.

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

public CogRectangleAffine Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogRectangleAffine

The copied CogRectangleAffine object.

Remarks

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

See Also