C# Класс BlackBerry.Screen.Buffer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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