Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / DrawTicks Method
Graphics device interface for painting the marks


In This Topic
    DrawTicks Method
    In This Topic
    Draws the ticks.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub DrawTicks( _
       ByVal g As Graphics _
    ) 
    'Usage
     
    
    Dim instance As RotationAngle
    Dim g As Graphics
     
    instance.DrawTicks(g)
    protected virtual void DrawTicks( 
       Graphics g
    )

    Parameters

    g
    Graphics device interface for painting the marks
    See Also