Map through a linear transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Parameters
- transform
- Type: Cognex.Vision Transform2DLinear
The Transform2DLinear used to map this Rectangle.
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: RectangleAffineThe mapped Rectangle.
Remarks
Create a new rectangle that is the result of mapping this rectangle using a linear transformation.
See Also