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

HIViewScrollRect() private method

private HIViewScrollRect ( IntPtr vHnd, System.Windows.Forms.CarbonInternal &rect, float x, float y ) : int
vHnd System.IntPtr
rect System.Windows.Forms.CarbonInternal
x float
y float
return int
		extern static int HIViewScrollRect (IntPtr vHnd, ref Carbon.HIRect rect, float x, float y);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon