ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailItem Interface / Update Method




In This Topic
    Update Method (IImGearThumbnailItem)
    In This Topic
    Causes the control to redraw the invalidated regions within its client area.
    Syntax
    'Declaration
     
    Sub Update() 
    'Usage
     
    Dim instance As IImGearThumbnailItem
     
    instance.Update()
    void Update()
    void Update(); 
    void Update(); 
    See Also