VncSharp

Framebuffer Methods

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

Public Static (Shared) Methods

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

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToPixelFormat 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.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Framebuffer Class | VncSharp Namespace