'Declaration
Protected Shared Function DegreeToCoordinate( _ ByVal degree As Integer _ ) As RotationAngle.Coordinate
'Usage
Dim degree As Integer Dim value As RotationAngle.Coordinate value = RotationAngle.DegreeToCoordinate(degree)
Parameters
- degree
- Degree value
Return Value
Returns a RotationAngle.Coordinate that indicates the coordinate location.