Maps this shape 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 ITransform2D
The transformation object to use.
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: IShapeThe mapped shape.
Implements
IShape Map(ITransform2D, CopyShapeConstants)Remarks
Maps this shape using the given transform.
See Also