RectangleAffine Copy Method Cognex VisionPro 9.21 SR1

Create a new shape that copies specified parameters.

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

public RectangleAffine Copy(
	CopyShapeConstants copyFlags
)

Return Value

Type: RectangleAffine

The copied RectangleAffine object.

Remarks

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

See Also