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

SetRect() 개인적인 메소드

private SetRect ( System.Windows.Forms.CarbonInternal &r, short left, short top, short right, short bottom ) : void
r System.Windows.Forms.CarbonInternal
left short
top short
right short
bottom short
리턴 void
		extern static void SetRect (ref Carbon.Rect r, short left, short top, short right, short bottom);
		[DllImport ("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon