Метод | Описание | |
---|---|---|
CopyFromFramebuffer ( |
Copies a region of the framebuffer into a bitmap.
|
|
CopyToFramebuffer ( |
Copies a region of a bitmap into the framebuffer.
|
public static CopyFromFramebuffer ( |
||
source | The framebuffer to read. | |
sourceRectangle | VncRectangle | The framebuffer region to copy. |
target | The bitmap to copy into. | |
targetX | int | The leftmost X coordinate of the bitmap to draw to. |
targetY | int | The topmost Y coordinate of the bitmap to draw to. |
Результат | void |
public static CopyToFramebuffer ( |
||
source | The bitmap to read. | |
sourceRectangle | VncRectangle | The bitmap region to copy. |
target | The framebuffer to copy into. | |
targetX | int | The leftmost X coordinate of the framebuffer to draw to. |
targetY | int | The topmost Y coordinate of the framebuffer to draw to. |
Результат | void |