C# 클래스 Monobjc.AppKit.NSOpenGLPixelFormat

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 메소드들

메소드 설명
NSOpenGLPixelFormat ( NSOpenGLPixelFormatAttribute attribs ) : Monobjc

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

NSOpenGLPixelFormat ( Object attribs ) : Monobjc

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

NSOpenGLPixelFormat ( uint attribs ) : Monobjc

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

메소드 상세

NSOpenGLPixelFormat() 공개 메소드

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

public NSOpenGLPixelFormat ( NSOpenGLPixelFormatAttribute attribs ) : Monobjc
attribs NSOpenGLPixelFormatAttribute
리턴 Monobjc

NSOpenGLPixelFormat() 공개 메소드

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

public NSOpenGLPixelFormat ( Object attribs ) : Monobjc
attribs Object
리턴 Monobjc

NSOpenGLPixelFormat() 공개 메소드

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

public NSOpenGLPixelFormat ( uint attribs ) : Monobjc
attribs uint
리턴 Monobjc