Returns true if this is a linear transform.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax
Property Value
Type: BooleanImplements
ITransform2D LinearRemarks
This function always returns True if the transform is of type Transform2DLinear; it may return True for other types if they implement a transformation that is mathematically equivalent to a linear transformation.
See Also