Transform2DComposed Linear Property Cognex VisionPro 9.20

Returns true if this is a linear transform.

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

public bool Linear { get; }

Property Value

Type: Boolean

Implements

ITransform2D Linear
Remarks

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