Map through a linear transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Parameters
- transform
- Type: Cognex.Vision Transform2DLinear
The Transform2DLinear used to map this CompositeShape.
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: CompositeShapeThe mapped CompositeShape.
Remarks
Maps the composite shape through a linear transform. This function does not map each of the children; it simply composes transform into the composite shape's ParentFromChildTransform.
See Also