Rectangle MapLinear Method Cognex VisionPro 9.25 SR1

Map through a linear transform.

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

public RectangleAffine MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: RectangleAffine

The mapped Rectangle.

Remarks

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

See Also