C# 클래스 BlackBerry.Screen.Window

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

공개 메소드들

메소드 설명
AddBuffer ( ) : void
AddBuffers ( int count ) : void
Dispose ( ) : void
GetIntProperty ( System.Property p ) : int
Render ( Buffer buffer ) : void
Render ( Buffer buf, Rectangle rect, Flushing flush ) : void
SetIntProperty ( System.Property p, int val ) : void
SetIntProperty ( System.Property p, uint val ) : void
Window ( Context ctx, IntPtr hnd ) : System
Window ( Context ctx, WindowType type = WindowType.SCREEN_APPLICATION_WINDOW ) : System

비공개 메소드들

메소드 설명
HandleEvent ( ScreenEvent ev ) : bool
screen_create_window_buffers ( IntPtr win, int count ) : int
screen_create_window_group ( IntPtr win, string name ) : int
screen_create_window_type ( IntPtr &pwin, IntPtr ctx, WindowType type ) : int
screen_destroy_window ( IntPtr win ) : int
screen_get_window_property_iv ( IntPtr win, System.Property pname, [ param ) : int
screen_get_window_property_iv ( IntPtr win, System.Property pname, int &param ) : int
screen_get_window_property_pv ( IntPtr win, System.Property pname, [ param ) : int
screen_post_window ( IntPtr win, IntPtr buffer, int rect_count, [ dirty_rects, Flushing flushing ) : int
screen_set_window_property_cv ( IntPtr win, System.Property pname, int len, byte param ) : int
screen_set_window_property_iv ( IntPtr win, System.Property pname, [ param ) : int
screen_set_window_property_iv ( IntPtr win, System.Property pname, int &param ) : int
screen_set_window_property_iv ( IntPtr win, System.Property pname, uint &param ) : int

메소드 상세

AddBuffer() 공개 메소드

public AddBuffer ( ) : void
리턴 void

AddBuffers() 공개 메소드

public AddBuffers ( int count ) : void
count int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetIntProperty() 공개 메소드

public GetIntProperty ( System.Property p ) : int
p System.Property
리턴 int

Render() 공개 메소드

public Render ( Buffer buffer ) : void
buffer Buffer
리턴 void

Render() 공개 메소드

public Render ( Buffer buf, Rectangle rect, Flushing flush ) : void
buf Buffer
rect System.Drawing.Rectangle
flush Flushing
리턴 void

SetIntProperty() 공개 메소드

public SetIntProperty ( System.Property p, int val ) : void
p System.Property
val int
리턴 void

SetIntProperty() 공개 메소드

public SetIntProperty ( System.Property p, uint val ) : void
p System.Property
val uint
리턴 void

Window() 공개 메소드

public Window ( Context ctx, IntPtr hnd ) : System
ctx Context
hnd System.IntPtr
리턴 System

Window() 공개 메소드

public Window ( Context ctx, WindowType type = WindowType.SCREEN_APPLICATION_WINDOW ) : System
ctx Context
type WindowType
리턴 System