A transform that defines the origin of the model relative to the model's image pixels. It is a pixel space from model origin space transform. In the case of blank models, the width and height define a rectangle which is equivalent to image pixel space.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogTransform2DLinearEvents
| Event Type | Reason |
|---|---|
| CogOCFontModel Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The transform is NULL. |
Remarks
A transform that defines the origin of the model relative to the model's image pixels. It is a pixel space from model origin space transform. In the case of blank models, the width and height define a rectangle which is equivalent to image pixel space.
Default Value: The identity transformation.
See Also