System.Windows.Forms.XplatUICarbon.SetWindowBounds C# (CSharp) 메소드

SetWindowBounds() 개인적인 메소드

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