MonobjcMonobjc Documented Class Library
Zoom Method (sender)
NamespacesMonobjc.AppKitNSWindowZoom(Id)

This action method toggles the size and location of the window between its standard state (provided by the application as the “best” size to display the window’s data) and its user state (a new size and location the user may have set by moving or resizing the window).

Original signature is '- (void)zoom:(id)sender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void Zoom(
	Id sender
)
Public Overridable Sub Zoom ( _
	sender As Id _
)
public:
virtual void Zoom(
	Id^ sender
)
Parameters
sender (Id)
The object sending the message.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)