Creates a gcnew CogCoordinateAxes by mapping this CogCoordinateAxes through a linear transform.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Parameters
- transform
- Type: Cognex.VisionPro CogTransform2DLinear
The transform used to map this CogCoordinateAxes object.
- copyFlags
- Type: Cognex.VisionPro CogCopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: CogCoordinateAxesThe new coordinate axes.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | transform is NULL. |
Remarks
Creates a new CogCoordinateAxes by mapping this coordinate axes through a linear transform.
See Also