C# Class BlackBerry.Screen.Context

Inheritance: IDisposable
Show file Open project: roblillack/monoberry Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Flush ( ) : void
FlushBlits ( ) : void
GetInstance ( ContextType type ) : Context

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

FlushBlits() public method

public FlushBlits ( ) : void
return void

GetInstance() public static method

public static GetInstance ( ContextType type ) : Context
type ContextType
return Context