CogLine Map Method Cognex VisionPro 9.8 SR1
Maps this shape through the given transform.

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

public virtual ICogShape Map(
	ICogTransform2D transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: ICogShape

The mapped shape.

Implements

ICogShape Map(ICogTransform2D, CogCopyShapeConstants)
Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

Maps this shape using the given transform.

See Also