GraphicLabel MapLinear Method Cognex VisionPro 9.22

Map through a linear transform.

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

public GraphicLabel MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: GraphicLabel

The mapped GraphicLabel.

Remarks

Map through a linear transform.

See Also