VncSharp

Framebuffer.ToPixelFormat Method 

When communicating with the VNC Server, bytes are used to represent many of the values above. However, internally it is easier to use Integers. This method provides a translation between the two worlds.

[Visual Basic]
Public Function ToPixelFormat() As Byte()
[C#]
public byte[] ToPixelFormat();

Return Value

A byte array of 16 bytes containing the properties of the framebuffer in a format ready for transmission to the VNC server.

See Also

Framebuffer Class | VncSharp Namespace