MonobjcMonobjc Documented Class Library
SetGraphicsState Method (graphicsState)
NamespacesMonobjc.AppKitNSGraphicsContextSetGraphicsState(NSInteger)

Makes the graphics context of the specified graphics state current, and resets graphics state.

Original signature is '+ (void)setGraphicsState:(NSInteger)graphicsState'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void SetGraphicsState(
	NSInteger graphicsState
)
Public Shared Sub SetGraphicsState ( _
	graphicsState As NSInteger _
)
public:
static void SetGraphicsState(
	NSInteger graphicsState
)
Parameters
graphicsState (NSInteger)
MISSING
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)