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

SetWindowTransparency() private method

private SetWindowTransparency ( IntPtr handle, double transparency, Color key ) : void
handle System.IntPtr
transparency double
key Color
return void
		internal override void SetWindowTransparency(IntPtr handle, double transparency, Color key) {
		}
XplatUICarbon