CogCompositeShape MapLinear Method Cognex VisionPro 9.7
Map through a linear transform.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public CogCompositeShape MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogCompositeShape

The mapped CogCompositeShape.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

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