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

HIViewConvertPoint() private méthode

private HIViewConvertPoint ( System.Windows.Forms.CarbonInternal &point, IntPtr pView, IntPtr cView ) : int
point System.Windows.Forms.CarbonInternal
pView System.IntPtr
cView System.IntPtr
Résultat int
		extern static int HIViewConvertPoint (ref Carbon.CGPoint point, IntPtr pView, IntPtr cView);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]
XplatUICarbon