Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingSurface Class / OnPaint Method
Paint Event arguments


In This Topic
    OnPaint Method (DrawingSurface)
    In This Topic
    Draws graphic objects and group selection rectangle (if necessary).
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPaint( _
       ByVal e As PaintEventArgs _
    ) 
    'Usage
     
    
    Dim instance As DrawingSurface
    Dim e As PaintEventArgs
     
    instance.OnPaint(e)
    protected override void OnPaint( 
       PaintEventArgs e
    )

    Parameters

    e
    Paint Event arguments
    See Also