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

HIViewPlaceInSuperviewAt() 개인적인 메소드

private HIViewPlaceInSuperviewAt ( IntPtr view, float x, float y ) : int
view System.IntPtr
x float
y float
리턴 int
		extern static int HIViewPlaceInSuperviewAt (IntPtr view, float x, float y);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon