Rectangle Union Method Cognex VisionPro 9.22

Creates a new rectangle which is the union of this by Other.

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

public Rectangle Union(
	Rectangle other,
	CopyShapeConstants copyFlags
)

Return Value

Type: Rectangle

The union of this rectangle with other.

Remarks

Creates a new rectangle which is the union of this by Other.

See Also