Image16Grey PixelFromRootTransform Property Cognex VisionPro 9.22 SR1
Get

Transformation that maps points into pixel space ("#") from the root space ("@").

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

public ITransform2D PixelFromRootTransform { get; set; }

Return Value

Type: ITransform2D

The transformation that maps points into pixel space ("#") from the root space ("@").

Implements

IImage PixelFromRootTransform
Exceptions

ExceptionCondition
ArgumentExceptionThe transformation is NULL.
ArgumentExceptionIf newVal is NULL
Remarks

Changed Raised when the value of this property changes. The following state flag may be affected:

See Also