Click or drag to resize

UtilsGetProjectionAxis Method

Returns the index of the projected axis.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static int GetProjectionAxis(
	CartesianAxis axis,
	CartesianAxis projection
)

Parameters

axis  CartesianAxis
Axis to project.
projection  CartesianAxis
Projection.

Return Value

Int32
Index of the projected axis.
Exceptions
ExceptionCondition
ArgumentExceptionThrown in case of unknown CartesianAxis.
See Also