C# Class BlackBerry.Screen.Buffer

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

Méthodes publiques

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

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

public Blit ( Buffer src, Rectangle rect ) : void
src Buffer
rect System.Drawing.Rectangle
Résultat void

Blit() public méthode

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
Résultat void

Buffer() public méthode

public Buffer ( Context ctx, Window win, IntPtr hndl ) : System
ctx Context
win Window
hndl System.IntPtr
Résultat System

Fill() public méthode

public Fill ( UInt32 color ) : void
color System.UInt32
Résultat void

Render() public méthode

public Render ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
Résultat void