CogImage16Grey PixelFromRootTransform Property Cognex VisionPro 9.8 SR1
Transformation that maps points into pixel space ("#") from the root space ("@").

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public virtual ICogTransform2D PixelFromRootTransform { get; set; }

Property Value

Type: ICogTransform2D

Implements

ICogImage PixelFromRootTransform
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the transform changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The transform is NULL.

    Remarks

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

    See Also