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

HIViewPlaceInSuperviewAt() private method

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