IImage PixelFromRootTransform Property Cognex VisionPro 9.24
Get

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

Set

Sets PixelFromRootTransform.

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

ITransform2D PixelFromRootTransform { get; set; }

Return Value

Type: ITransform2D

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

Exceptions

ExceptionCondition
ArgumentExceptionThe transformation is NULL.
See Also