UtilsGetProjectionAxis Method |
Returns the index of the projected axis.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static int GetProjectionAxis(
CartesianAxis axis,
CartesianAxis projection
)
Parameters
- axis CartesianAxis
- Axis to project.
- projection CartesianAxis
- Projection.
Return Value
Int32Index of the projected axis.
ExceptionsException | Condition |
---|
ArgumentException | Thrown in case of unknown CartesianAxis. |
See Also