![]() ![]() | Given a 16-byte PIXEL_FORMAT record from the VNC Host, deserialize this into a Framebuffer object. |
![]() | Initializes a new instance of the Framebuffer class. |
![]() | Indicates whether the remote host uses Big- or Little-Endian order when sending multi-byte values. |
![]() | The number of Bits Per Pixel for the Framebuffer--one of 8, 24, or 32. |
![]() | The maximum value for Blue in a pixel's colour value. |
![]() | The number of bits to shift pixel values in order to obtain Blue values. |
![]() | The Colour Depth of the Framebuffer. |
![]() | The name of the remote destkop, if any. Must be non-null. |
![]() | The maximum value for Green in a pixel's colour value. |
![]() | The number of bits to shift pixel values in order to obtain Green values. |
![]() | The Height of the Framebuffer, measured in Pixels. |
![]() | Gets a Rectangle object constructed out of the Width and Height for the Framebuffer. Used as a convenience in other classes. |
![]() | The maximum value for Red in a pixel's colour value. |
![]() | The number of bits to shift pixel values in order to obtain Red values. |
![]() | Indicates whether the remote host supports True Colour. |
![]() | The Width of the Framebuffer, measured in Pixels. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | 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. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |