Rectangle Map Method Cognex VisionPro 9.21 SR1

Maps this shape through the given transform.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
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