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

SetWindowBounds() private method

private SetWindowBounds ( IntPtr wHnd, uint reg, System.Windows.Forms.CarbonInternal &rect ) : int
wHnd System.IntPtr
reg uint
rect System.Windows.Forms.CarbonInternal
return int
		extern static int SetWindowBounds (IntPtr wHnd, uint reg, ref Carbon.Rect rect);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon