CogCircle MapLinear Method Cognex VisionPro 9.21
Creates a new ellipse by mapping this circle through a linear transform.

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

public CogEllipse MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogEllipse

The mapped CogCircle.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

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

See Also