CairoFramebuffer
Description:
[ CCode ( has_construct_function = false ) ]
public CairoFramebuffer (uint16 width, uint16 height, PixelFormat remoteFormat)
public CairoFramebuffer (uint16 width, uint16 height, PixelFormat remoteFormat)
Allocate a new framebuffer object which will render the remote desktop into a cairo image surface (width
* height
) in
size.
Parameters:
width |
the remote desktop width |
height |
the remote desktop height |
remoteFormat |
the remote pixel format |
Returns:
the new frame buffer object |