Returns a new linear transform which best describes this transform at the given point. The point must be expressed in 'from' coordinates.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
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: Transform2DLinearImplements
ITransform2D LinearTransform(Double, Double)See Also