Map for WinForms | ComponentOne
C1.Win.Map Namespace / C1Map Class / EndUpdate Method / EndUpdate(Boolean) Method
Indicates whether force a repainting.

In This Topic
    EndUpdate(Boolean) Method
    In This Topic
    Ends the batch updating.
    Syntax
    'Declaration
     
    
    Public Overloads Sub EndUpdate( _
       ByVal repaint As Boolean _
    ) 
    public void EndUpdate( 
       bool repaint
    )

    Parameters

    repaint
    Indicates whether force a repainting.
    See Also