Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Rotation Structure / Rotation Constructor
The latitude value of the rotation.
The longitude position.
The revolution around the central axis.


In This Topic
    Rotation Constructor
    In This Topic
    Initializes a new instance of the Rotation struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal latitude As Double, _
       ByVal longitude As Double, _
       ByVal revolution As Double _
    )
    'Usage
     
    
    Dim latitude As Double
    Dim longitude As Double
    Dim revolution As Double
     
    Dim instance As New Rotation(latitude, longitude, revolution)

    Parameters

    latitude
    The latitude value of the rotation.
    longitude
    The longitude position.
    revolution
    The revolution around the central axis.
    See Also