C# 클래스 SFML.Window.Context

This class defines a .NET interface to an SFML OpenGL Context
상속: System.Runtime.ConstrainedExecution.CriticalFinalizerObject
파일 보기 프로젝트 열기: SFML/SFML.Net

공개 메소드들

메소드 설명
Context ( ) : System

Default constructor

SetActive ( bool active ) : bool

Activate or deactivate the context

ToString ( ) : string

Provide a string describing the object

비공개 메소드들

메소드 설명
sfContext_create ( ) : IntPtr
sfContext_destroy ( IntPtr View ) : void
sfContext_getSettings ( IntPtr View ) : ContextSettings
sfContext_setActive ( IntPtr View, bool Active ) : bool

메소드 상세

Context() 공개 메소드

Default constructor
public Context ( ) : System
리턴 System

SetActive() 공개 메소드

Activate or deactivate the context
public SetActive ( bool active ) : bool
active bool True to activate, false to deactivate
리턴 bool

ToString() 공개 메소드

Provide a string describing the object
public ToString ( ) : string
리턴 string