MonobjcMonobjc Documented Class Library
Context Property
NamespacesMonobjc.AppKitNSEventContext

Returns the display graphics context of the receiver.

Original signature is '- (NSGraphicsContext *)context'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSGraphicsContext Context { get; }
Public Overridable ReadOnly Property Context As NSGraphicsContext
	Get
public:
virtual property NSGraphicsContext^ Context {
	NSGraphicsContext^ get ();
}
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)