MonobjcMonobjc Documented Class Library
Attributes Property
NamespacesMonobjc.AppKitNSOpenGLPixelFormatAttributes

Retrieves the attribute data for the pixel format object. (Deprecated. )

Original signature is '- (NSData *)attributes'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSData Attributes { get; set; }
Public Overridable Property Attributes As NSData
	Get
	Set
public:
virtual property NSData^ Attributes {
	NSData^ get ();
	void set (NSData^ value);
}
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)