CogPointMarker MapLinear Method Cognex VisionPro 9.7
Creates a new point marker by mapping this point marker through a linear transform.

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

public CogPointMarker MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogPointMarker

The mapped CogPointMarker.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

Creates a new point marker by mapping this point marker through a linear transform.

See Also