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

HIViewConvertPoint() private method

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