RectangleAffine MapLinear Method Cognex VisionPro 9.23

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

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

public RectangleAffine MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: RectangleAffine

The mapped RectangleAffine.

Remarks

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

See Also