Maps this shape through the given transform.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.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.
Implements
ICogShape Map(ICogTransform2D, CogCopyShapeConstants)Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | transform is NULL. |
Remarks
Maps this shape using the given transform.
See Also