C# Класс SFML.Window.Context

This class defines a .NET interface to an SFML OpenGL Context
Наследование: System.Runtime.ConstrainedExecution.CriticalFinalizerObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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