Returns/sets the aspect of this transform. Aspect is the ratio of scaling along the y axis over scaling along the x axis.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogTransform2DPerspectiveAndRadial Changed | Fires when this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The new value is 0. |
Remarks
Returns/sets the aspect of this transform. Aspect is Y-axis scale divided by X-axis scale.
See Also