C# Class BlackBerry.Screen.Buffer

Show file Open project: roblillack/monoberry Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Blit() public method

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

Blit() public method

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
return void

Buffer() public method

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

Fill() public method

public Fill ( UInt32 color ) : void
color System.UInt32
return void

Render() public method

public Render ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
return void