CogShapeModelGeneralContour Map Method Cognex VisionPro 9.22 SR1
Maps this shape through the given transform.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.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