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

SetWindowMinMax() private method

private SetWindowMinMax ( IntPtr handle, Rectangle maximized, Size min, Size max ) : void
handle IntPtr
maximized Rectangle
min Size
max Size
return void
		internal override void SetWindowMinMax(IntPtr handle, Rectangle maximized, Size min, Size max) {
			Control ctrl = Control.FromHandle (handle);
			SetWindowMinMax (handle, maximized, min, max, ctrl != null ? ctrl.GetCreateParams () : null);
		}

Same methods

XplatUIX11::SetWindowMinMax ( IntPtr handle, Rectangle maximized, Size min, Size max, CreateParams cp ) : void
XplatUIX11