GraphicLabel MapLinear Method Cognex VisionPro 9.21

Map through a linear transform.

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

public GraphicLabel MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: GraphicLabel

The mapped GraphicLabel.

Remarks

Map through a linear transform.

See Also