Creates a new rectangle which is the dilation of this by other.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- other
- Type: Cognex.Vision Rectangle
The rectangle used to dilate this rectangle.
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: RectangleThe dilated rectangle.
Remarks
Creates a new rectangle that is the result of dilating this rectangle with another rectangle. The dilated rectangle is the area occupied by other as its origin traces the perimeter of this rectangle.
See Also