System.Windows.Forms.XplatUICarbon.HIViewPlaceInSuperviewAt C# (CSharp) Méthode

HIViewPlaceInSuperviewAt() private méthode

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