Spread WinForms 15
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)

Parameters

g
Graphics device interface for painting the pointer
See Also