C# 클래스 BlackBerry.Screen.Buffer

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

공개 메소드들

메소드 설명
Blit ( Buffer src, Rectangle rect ) : void
Blit ( Buffer src, int srcX, int srcY, int width, int height, int dstX, int dstY ) : void
Buffer ( Context ctx, Window win, IntPtr hndl ) : System
Fill ( UInt32 color ) : void
Render ( Bitmap bitmap ) : void

비공개 메소드들

메소드 설명
screen_blit ( IntPtr ctx, IntPtr dst, IntPtr src, [ attribs ) : int
screen_fill ( IntPtr ctx, IntPtr buf, [ attribs ) : int
screen_get_buffer_property_iv ( IntPtr buf, System.Property pname, [ param ) : int
screen_get_buffer_property_iv ( IntPtr buf, System.Property pname, int &param ) : int
screen_get_buffer_property_pv ( IntPtr buf, System.Property pname, [ param ) : int
screen_set_buffer_property_iv ( IntPtr buf, System.Property pname, [ param ) : int
screen_set_buffer_property_iv ( IntPtr buf, System.Property pname, int &param ) : int
screen_set_buffer_property_iv ( IntPtr buf, System.Property pname, uint &param ) : int

메소드 상세

Blit() 공개 메소드

public Blit ( Buffer src, Rectangle rect ) : void
src Buffer
rect System.Drawing.Rectangle
리턴 void

Blit() 공개 메소드

public Blit ( Buffer src, int srcX, int srcY, int width, int height, int dstX, int dstY ) : void
src Buffer
srcX int
srcY int
width int
height int
dstX int
dstY int
리턴 void

Buffer() 공개 메소드

public Buffer ( Context ctx, Window win, IntPtr hndl ) : System
ctx Context
win Window
hndl System.IntPtr
리턴 System

Fill() 공개 메소드

public Fill ( UInt32 color ) : void
color System.UInt32
리턴 void

Render() 공개 메소드

public Render ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
리턴 void