Creates a new CoordinateAxes by mapping this CoordinateAxes through a linear transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
Parameters
- transform
- Type: Cognex.Vision Transform2DLinear
The transform used to map this CoordinateAxes object.
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: CoordinateAxesThe new coordinate axes.
Remarks
Creates a new CoordinateAxes by mapping this coordinate axes through a linear transform.
See Also