Circle MapLinear Method Cognex VisionPro 9.20

Creates a new ellipse by mapping this circle through a linear transform.

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

public Ellipse MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: Ellipse

The mapped Circle.

Remarks

Creates a new circle by mapping this circle through a linear transform.

See Also