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

XSetZoomHints() static private method

static private XSetZoomHints ( IntPtr display, IntPtr window, XSizeHints &hints ) : void
display IntPtr
window IntPtr
hints XSizeHints
return void
		internal static void XSetZoomHints(IntPtr display, IntPtr window, ref XSizeHints hints) {
			DebugHelper.TraceWriteLine ("XSetZoomHints");
			_XSetZoomHints(display, window, ref hints);
		}
XplatUIX11