Create a new affine rectangle by mapping this one through the given transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- transform
- Type: Cognex.Vision Transform2DLinear
The Transform2DLinear used to map this RectangleAffine.
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: RectangleAffineThe mapped RectangleAffine.
Remarks
Creates a new affine rectangle by mapping this one through the given transform.
See Also