Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / OnPaint Method
System.Windows.Forms.PaintEventArgs that contains the event arguments


In This Topic
    OnPaint Method (RotationAngle)
    In This Topic
    Paints the control.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPaint( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As RotationAngle
    Dim e As PaintEventArgs
     
    instance.OnPaint(e)
    protected override void OnPaint( 
       PaintEventArgs e
    )

    Parameters

    e
    System.Windows.Forms.PaintEventArgs that contains the event arguments
    See Also