MonobjcMonobjc Documented Class Library
SetValuesForParameter Method (vals, param)
NamespacesMonobjc.AppKitNSOpenGLContextSetValuesForParameter(array<Int32>[]()[][], NSOpenGLContextParameter)

Sets the value of the specified parameter.

Original signature is '- (void)setValues:(const GLint *)vals forParameter:(NSOpenGLContextParameter)param'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetValuesForParameter(
	int[] vals,
	NSOpenGLContextParameter param
)
Public Overridable Sub SetValuesForParameter ( _
	vals As Integer(), _
	param As NSOpenGLContextParameter _
)
public:
virtual void SetValuesForParameter(
	array<int>^ vals, 
	NSOpenGLContextParameter param
)
Parameters
vals (array<Int32>[]()[][])
The new value (or values) for the parameter.
param (NSOpenGLContextParameter)
The parameter you want to modify. For a list of parameters, see NSOpenGLContextParameter.
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)