ImageGear .NET - Updated
Update() Method




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPageView Class > Update Method : Update() Method
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

Reference

ImGearPageView Class
ImGearPageView Members
Overload List