Sets the geometric properties of this coordinate axis.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- originX
- Type: System Double
The x-coordinate of the origin point (Po).
- originY
- Type: System Double
The y-coordinate of the origin point (Po).
- xAxisLength
- Type: System Double
The length of the x-axis.
- aspect
- Type: System Double
The aspect ratio of the length of y-axis to x-axis.
- rotation
- Type: System Double
The rotation angle in radians.
- skew
- Type: System Double
The skew angle in radians.
Events
| Event Type | Reason |
|---|---|
| CogCoordinateAxes Changed | Fires when the value of this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | xAxisLength is <= 0 or aspect is <= 0.. |
Remarks
Sets the geometric properties of this coordinate axis.
See Also