Creates a new rectangle which is the union of this by Other.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- other
- Type: Cognex.Vision Rectangle
The other rectangle.
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of this rectangle to copy to the new rectangle.
Return Value
Type: RectangleThe union of this rectangle with other.
Remarks
Creates a new rectangle which is the union of this by Other.
See Also