Rectangle Intersect Method Cognex VisionPro 9.21 SR1

Compute the intersection with Other.

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

public Rectangle Intersect(
	Rectangle other,
	CopyShapeConstants copyFlags
)

Return Value

Type: Rectangle

The intersection of this rectangle with other This rectangle and other do not intersect.

Remarks

Return a rectangle that is the intersection of this rectangle with another.

See Also