Maps this shape through the given transform.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Parameters
- transform
- Type: Cognex.VisionPro ICogTransform2D
The transformation object to use.
- copyFlags
- Type: Cognex.VisionPro CogCopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: ICogShapeThe mapped shape.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | transform is NULL. |
Remarks
Maps this shape using the given transform.
See Also