Ellipse MapLinear Method Cognex VisionPro 9.23

Create a new ellipse by mapping this one through the given linear transform.

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

public Ellipse MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: Ellipse

The mapped Ellipse.

Remarks

Create a new ellipse that is the result of mapping this ellipse using a linear transformation.

See Also