Rectangle Copy Method Cognex VisionPro 9.22

Create a new shape that copies specified parameters.

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

public Rectangle Copy(
	CopyShapeConstants copyFlags
)

Return Value

Type: Rectangle

The copied Rectangle object.

Remarks

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

See Also