System.Windows.Forms.XplatUIX11.XSetZoomHints C# (CSharp) 메소드

XSetZoomHints() 정적인 개인적인 메소드

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