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

HIViewScrollRect() 개인적인 메소드

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
리턴 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