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

HIViewSetFrame() private method

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