MonobjcMonobjc Documented Class Library
GetValuesForParameter Method (vals, param)
NamespacesMonobjc.AppKitNSOpenGLContextGetValuesForParameter(IntPtr, NSOpenGLContextParameter)

Returns the value of the requested parameter.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GetValuesForParameter(
	IntPtr vals,
	NSOpenGLContextParameter param
)
Public Overridable Sub GetValuesForParameter ( _
	vals As IntPtr, _
	param As NSOpenGLContextParameter _
)
public:
virtual void GetValuesForParameter(
	IntPtr vals, 
	NSOpenGLContextParameter param
)
Parameters
vals (IntPtr)
On input, a pointer to a variable with enough space for one or more long integers. On output, the variable contains the value (or values) for the given parameter.
param (NSOpenGLContextParameter)
The parameter you want to get. For a list of parameters, see the table in 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)