LineSegment MapLinear Method Cognex VisionPro 9.20

Creates a new line segment by mapping this line segment through a linear transform.

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

public LineSegment MapLinear(
	Transform2DLinear transform,
	CopyShapeConstants copyFlags
)

Return Value

Type: LineSegment

The mapped LineSegment.

Remarks

Creates a new line segment by mapping this line segment through a linear transform.

See Also