Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / DrawHand Method
Graphics device interface for painting the pointer


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

    Parameters

    g
    Graphics device interface for painting the pointer
    See Also