C# Class BlackBerry.Screen.Context

Inheritance: IDisposable
Afficher le fichier Open project: roblillack/monoberry Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Flush ( ) : void
FlushBlits ( ) : void
GetInstance ( ContextType type ) : Context

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

FlushBlits() public méthode

public FlushBlits ( ) : void
Résultat void

GetInstance() public static méthode

public static GetInstance ( ContextType type ) : Context
type ContextType
Résultat Context