VncSharp

Framebuffer Properties

The properties of the Framebuffer class are listed below. For a complete list of Framebuffer class members, see the Framebuffer Members topic.

Public Instance Properties

BigEndian Indicates whether the remote host uses Big- or Little-Endian order when sending multi-byte values.
BitsPerPixel The number of Bits Per Pixel for the Framebuffer--one of 8, 24, or 32.
BlueMax The maximum value for Blue in a pixel's colour value.
BlueShift The number of bits to shift pixel values in order to obtain Blue values.
Depth The Colour Depth of the Framebuffer.
DesktopName The name of the remote destkop, if any. Must be non-null.
GreenMax The maximum value for Green in a pixel's colour value.
GreenShift The number of bits to shift pixel values in order to obtain Green values.
Height The Height of the Framebuffer, measured in Pixels.
Rectangle Gets a Rectangle object constructed out of the Width and Height for the Framebuffer. Used as a convenience in other classes.
RedMax The maximum value for Red in a pixel's colour value.
RedShift The number of bits to shift pixel values in order to obtain Red values.
TrueColour Indicates whether the remote host supports True Colour.
Width The Width of the Framebuffer, measured in Pixels.

See Also

Framebuffer Class | VncSharp Namespace