CogTransform2DLinescan LinearTransform Method Cognex VisionPro 9.23
Returns a new linear transform which best describes this transform at the given point. The point must be expressed in 'from' coordinates.

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

public virtual CogTransform2DLinear LinearTransform(
	double x,
	double y
)

Parameters

x
Type: System Double

The x-coordinate for the point, expressed in Fromcoordinates.

y
Type: System Double

The y-coordinate for the point, expressed in From coordinates.

Return Value

Type: CogTransform2DLinear

The linear transform that best describes this transform at the given point.

Implements

ICogTransform2D LinearTransform(Double, Double)
Remarks

Returns a new linear transform that best describes this transform at the given point.

See Also