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

HIViewSetFrame() 개인적인 메소드

private HIViewSetFrame ( IntPtr view_handle, System.Windows.Forms.CarbonInternal &bounds ) : int
view_handle System.IntPtr
bounds System.Windows.Forms.CarbonInternal
리턴 int
		extern static int HIViewSetFrame (IntPtr view_handle, ref Carbon.HIRect bounds);
		[DllImport ("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon