Rectangle Intersect Method Cognex VisionPro 9.23

Compute the intersection with Other.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
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