Transformation that maps points into pixel space ("#") from the root space ("@").
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: ICogTransform2DEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the transform changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The transform is NULL. |
Remarks
Returns the transformation that maps points into pixel space ("#") from the root space ("@").
See Also