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

_XSetZoomHints() private method

private _XSetZoomHints ( IntPtr display, IntPtr window, XSizeHints &hints ) : void
display IntPtr
window IntPtr
hints XSizeHints
return void
		internal extern static void _XSetZoomHints(IntPtr display, IntPtr window, ref XSizeHints hints);
		internal static void XSetZoomHints(IntPtr display, IntPtr window, ref XSizeHints hints) {
XplatUIX11