Microsoft.Xna.Framework.MacGamePlatform.MainWindowDelegate.ShouldZoom C# (CSharp) Method

ShouldZoom() public method

public ShouldZoom ( NSWindow window, RectangleF newFrame ) : bool
window MonoMac.AppKit.NSWindow
newFrame System.Drawing.RectangleF
return bool
			public override bool ShouldZoom (NSWindow window, RectangleF newFrame)
			{
				return _owner.AllowUserResizing;
			}
        }