CogRectangleAffine MapLinear Method Cognex VisionPro 9.20
Create a new affine rectangle by mapping this one through the given transform.

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

public CogRectangleAffine MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogRectangleAffine

The mapped CogRectangleAffine.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

Creates a new affine rectangle by mapping this one through the given transform.

See Also