CogEllipse MapLinear Method Cognex VisionPro 9.7
Create a new ellipse by mapping this one through the given linear transform.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public CogEllipse MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogEllipse

The mapped CogEllipse.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

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

See Also