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

GetWindowTransparency() private method

private GetWindowTransparency ( IntPtr handle ) : double
handle System.IntPtr
return double
		internal override double GetWindowTransparency(IntPtr handle)
		{
			return 1.0;
		}
XplatUICarbon