CogRectangle MapLinear Method Cognex VisionPro 9.21 SR1
Map through a linear transform.

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

public CogRectangleAffine MapLinear(
	CogTransform2DLinear transform,
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogRectangleAffine

The mapped CogRectangle.

Exceptions

ExceptionCondition
ArgumentException

transform is NULL.

Remarks

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

See Also