C# 클래스 BlackBerry.Screen.Context

상속: IDisposable
파일 보기 프로젝트 열기: roblillack/monoberry 1 사용 예제들

공개 메소드들

메소드 설명
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