Transform2DLinear LinearTransform Method Cognex VisionPro 9.21 SR1

Returns a new linear transform which best describes this transform at the given point. The point must be expressed in 'from' coordinates.

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

public Transform2DLinear 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: Transform2DLinear

Implements

ITransform2D LinearTransform(Double, Double)
See Also