Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / DegreeToCoordinate Method
Degree value


In This Topic
DegreeToCoordinate Method
In This Topic
Converts a degree value to a coordinate location.
Syntax
'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.
See Also