System.Windows.Forms.XplatUICarbon.ScrollWindow C# (CSharp) Method

ScrollWindow() private method

private ScrollWindow ( IntPtr handle, int XAmount, int YAmount, bool clear ) : void
handle System.IntPtr
XAmount int
YAmount int
clear bool
return void
		internal override void ScrollWindow(IntPtr handle, int XAmount, int YAmount, bool clear) {
			Hwnd hwnd = Hwnd.ObjectFromHandle (handle);
			Invalidate (handle, new Rectangle (0, 0, hwnd.Width, hwnd.Height), false);
		}
		

Same methods

XplatUICarbon::ScrollWindow ( IntPtr handle, Rectangle area, int XAmount, int YAmount, bool clear ) : void
XplatUICarbon