CompositeShape MapLinear Method Cognex VisionPro 9.22

Map through a linear transform.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public CompositeShape MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: CompositeShape

The 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