MonobjcMonobjc Documented Class Library
MagnifyWithEvent Method (event)
NamespacesMonobjc.AppKitNSResponderMagnifyWithEvent(NSEvent)

Informs the receiver that the user has begun a pinch gesture.

Original signature is '- (void)magnifyWithEvent:(NSEvent *)event'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void MagnifyWithEvent(
	NSEvent event
)
Public Overridable Sub MagnifyWithEvent ( _
	event As NSEvent _
)
public:
virtual void MagnifyWithEvent(
	NSEvent^ event
)
Parameters
event (NSEvent)
An event object representing the magnify gesture.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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