NSOpenGLPixelBuffer Class

Definition

[Foundation.Register("NSOpenGLPixelBuffer", true)]
public class NSOpenGLPixelBuffer : Foundation.NSObject
[<Foundation.Register("NSOpenGLPixelBuffer", true)>]
type NSOpenGLPixelBuffer = class
    inherit NSObject
Inheritance
NSOpenGLPixelBuffer
Attributes

Constructors

Name Description
NSOpenGLPixelBuffer()

Creates a new NSOpenGLPixelBuffer with default values.

NSOpenGLPixelBuffer(NativeHandle)

A constructor used when creating managed representations of unmanaged objects. Called by the runtime.

NSOpenGLPixelBuffer(NSGLTextureTarget, NSGLFormat, Int32, Int32, Int32)
NSOpenGLPixelBuffer(NSObjectFlag)

Constructor to call on derived classes to skip initialization and merely allocate the object.

Properties

Name Description
CGLPBuffer
Class (Inherited from NSObject)
ClassHandle

The Objective-C class handle for this class.

DebugDescription (Inherited from NSObject)
Description (Inherited from NSObject)
ExposedBindings (Inherited from NSObject)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from NSObject)
IsDirectBinding

Gets or sets a value indicating whether this instance uses direct Objective-C binding.

(Inherited from NSObject)
IsProxy (Inherited from NSObject)
PixelsHigh
PixelsWide
RetainCount (Inherited from NSObject)
Self (Inherited from NSObject)
Superclass (Inherited from NSObject)
SuperHandle

Handle used to represent the methods in the base class for this NSObject.

(Inherited from NSObject)
TextureInternalFormat
TextureMaxMipMapLevel
TextureTarget
Zone (Inherited from NSObject)

Methods

Name Description
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr) (Inherited from NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) (Inherited from NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registers an object for being observed externally using an arbitrary method.

(Inherited from NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

Registers an object for being observed externally using an arbitrary method.

(Inherited from NSObject)
AwakeFromNib() (Inherited from NSObject)
BeginInvokeOnMainThread(Action)

Invokes the specified action asynchronously on the main UI thread.

(Inherited from NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

Invokes asynchronously the specified code on the main UI thread.

(Inherited from NSObject)
Bind(NSString, NSObject, String, NSBindingOptions) (Inherited from NSObject)
Bind(NSString, NSObject, String, NSDictionary) (Inherited from NSObject)
CommitEditing() (Inherited from NSObject)
CommitEditing(NSObject, Selector, IntPtr) (Inherited from NSObject)