CompositeShape Map Method Cognex VisionPro 9.20

Maps this shape through the given transform.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public IShape Map(
	ITransform2D transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: IShape

The mapped shape.

Implements

IShape Map(ITransform2D, CopyShapeConstants)
Remarks

Maps this shape using the given transform.

See Also