ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1MultiScaleImage Class / BeginUpdate Method

In This Topic
    BeginUpdate Method (C1MultiScaleImage)
    In This Topic
    Maintains performance while properties are set to the C1MultiScaleImage one at a time by preventing the control from updating until the EndUpdate method is called.
    Syntax
    'Declaration
     
    
    Public Sub BeginUpdate() 
    public void BeginUpdate()
    See Also