Click or drag to resize

OrientationExtensionsToAngle Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Device.ScanHead.OrientationExtensions.ToAngle(RAYLASE.Marker.Device.ScanHead.Orientation)"]


Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public static double ToAngle(
	this Orientation orientation
)

Parameters

orientation  Orientation

[Missing <param name="orientation"/> documentation for "M:RAYLASE.Marker.Device.ScanHead.OrientationExtensions.ToAngle(RAYLASE.Marker.Device.ScanHead.Orientation)"]

Return Value

Double

[Missing <returns> documentation for "M:RAYLASE.Marker.Device.ScanHead.OrientationExtensions.ToAngle(RAYLASE.Marker.Device.ScanHead.Orientation)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Orientation. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also