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

GetWindowTransparency() private method

private GetWindowTransparency ( IntPtr handle ) : double
handle IntPtr
return double
		internal override double GetWindowTransparency(IntPtr handle)
		{
			return 1.0;
		}
XplatUIX11