ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearPageView Class / Update Method / Update() Method




In This Topic
    Update() Method
    In This Topic
    Invalidates the control's area, causing its contents to be repainted.
    Syntax
    'Declaration
     
    Public Overloads Shadows Sub Update() 
    'Usage
     
    Dim instance As ImGearPageView
     
    instance.Update()
    public new void Update()
    public: new void Update(); 
    public:
    new void Update(); 
    Remarks
    When changes are made to the image being displayed, this method is typically called immediately afterwards to make those changes visible.
    See Also