Sets the geometric properties of this coordinate axis.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.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.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | xAxisLength is <= 0 or aspect is <= 0.. |
Remarks
Changed Raised when the one or more property values change.
Remarks
Sets the geometric properties of this coordinate axis.
See Also