IImage PixelFromRootTransform Property Cognex VisionPro 9.21 SR1
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.21.1.1
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