Compute the intersection with Other.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax
Parameters
- other
- Type: Cognex.Vision Rectangle
The intersecting rectangle.
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: RectangleThe 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