MonobjcMonobjc Documented Class Library
RestoreGraphicsState Method
NamespacesMonobjc.AppKitNSGraphicsContextRestoreGraphicsState()()()()

Removes the receiver’s graphics state from the top of the graphics state stack and makes the next graphics state the current graphics state.

Original signature is '- (void)restoreGraphicsState'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RestoreGraphicsState()
Public Overridable Sub RestoreGraphicsState
public:
virtual void RestoreGraphicsState()
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)