ICogShape Map Method Cognex VisionPro 9.7
Maps this shape through the given transform.

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

ICogShape Map(
	ICogTransform2D transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: ICogShape

The mapped shape.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

Maps this shape using the given transform.

See Also