VncSharp

RfbProtocol.WriteSetPixelFormat Method 

Sends the format to be used by the server when sending Framebuffer Updates. See RFB Doc v. 3.8 section 6.3.1.

[Visual Basic]
Public Sub WriteSetPixelFormat( _
   ByVal buffer As Framebuffer _
)
[C#]
public void WriteSetPixelFormat(
   Framebuffer buffer
);

Parameters

buffer
A Framebuffer telling the server how to encode pixel data. Typically this will be the same one sent by the server during initialization.

See Also

RfbProtocol Class | VncSharp Namespace