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

AddExpose() private method

private AddExpose ( System.Windows.Forms.Hwnd hwnd, bool client, Rectangle rect ) : void
hwnd System.Windows.Forms.Hwnd
client bool
rect System.Drawing.Rectangle
return void
		internal void AddExpose (Hwnd hwnd, bool client, Rectangle rect) {
			AddExpose (hwnd, client, (int) rect.X, (int) rect.Y, (int) rect.Width, (int) rect.Height);
		}

Same methods

XplatUICarbon::AddExpose ( System.Windows.Forms.Hwnd hwnd, bool client, System.Windows.Forms.CarbonInternal rect ) : void
XplatUICarbon::AddExpose ( System.Windows.Forms.Hwnd hwnd, bool client, int x, int y, int width, int height ) : void
XplatUICarbon