Spread Windows Forms 17
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)
    protected static RotationAngle.Coordinate DegreeToCoordinate( 
       int degree
    )

    Parameters

    degree
    Degree value

    Return Value

    Returns a RotationAngle.Coordinate that indicates the coordinate location.
    See Also