[ CCode ( has_construct_function = false ) ]
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.
| width |
the remote desktop width |
| height |
the remote desktop height |
| remoteFormat |
the remote pixel format |
|
the new frame buffer object |