MonobjcMonobjc Documented Class Library
SetValuesForParameter Method
NamespacesMonobjc.AppKitNSOpenGLContextSetValuesForParameter()()()()
Members
IconMemberDescription
SetValuesForParameter(IntPtr, 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.


SetValuesForParameter(array<Object>[]()[][], 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.


SetValuesForParameter(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.


Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)