VncSharp

Framebuffer.FromPixelFormat Method 

Given a 16-byte PIXEL_FORMAT record from the VNC Host, deserialize this into a Framebuffer object.

[Visual Basic]
Public Shared Function FromPixelFormat( _
   ByVal b As Byte() _
) As Framebuffer
[C#]
public static Framebuffer FromPixelFormat(
   byte[] b
);

Parameters

b
The 16-byte PIXEL_FORMAT record.

Return Value

Returns a Framebuffer object matching the specification of b[].

See Also

Framebuffer Class | VncSharp Namespace