C# Класс BlackBerry.Screen.Context

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void
Flush ( ) : void
FlushBlits ( ) : void
GetInstance ( ContextType type ) : Context

Приватные методы

Метод Описание
Context ( ContextType type ) : System
HandleEvent ( IntPtr eventHandle ) : void
HandleWindowEvent ( ScreenEvent ev ) : bool
RegisterWindow ( Window win ) : void
RemoveInstance ( ContextType type ) : void
UnregisterWindow ( Window win ) : void
screen_create_context ( IntPtr &pctx, ContextType flags ) : int
screen_destroy_context ( IntPtr ctx ) : int
screen_flush_blits ( IntPtr ctx, Flushing flags ) : int
screen_flush_context ( IntPtr ctx, Flushing flags ) : int
screen_get_context_property_iv ( IntPtr ctx, System.Property property, int &param ) : int
screen_get_context_property_pv ( IntPtr ctx, System.Property property, [ param ) : int
screen_get_domain ( ) : int
screen_request_events ( IntPtr ctx ) : int
screen_stop_events ( IntPtr ctx ) : int

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Flush() публичный Метод

public Flush ( ) : void
Результат void

FlushBlits() публичный Метод

public FlushBlits ( ) : void
Результат void

GetInstance() публичный статический Метод

public static GetInstance ( ContextType type ) : Context
type ContextType
Результат Context