C# (CSharp) VncSharpWpf.Encodings Namespace

Сlasses

Name Description
CPixelReader A compressed PixelReader.
CoRreRectangle Implementation of CoRRE encoding, as well as drawing support. See RFB Protocol document v. 3.8 section 6.5.4.
CopyRectRectangle Implementation of CopyRect encoding, as well as drawing support. See RFB Protocol document v. 3.8 section 6.5.2.
EncodedRectangle Abstract class representing an Encoded Rectangle to be read, decoded, and drawn.
HextileRectangle Implementation of Hextile encoding, as well as drawing support. See RFB Protocol document v. 3.8 section 6.5.5.
PixelReader Used to read the appropriate number of bytes from the server based on the width of pixels and convert to a GDI+ colour value (i.e., BGRA).
PixelReader16 A 16-bit PixelReader.
PixelReader32 A 32-bit PixelReader.
PixelReader8 An 8-bit PixelReader
RawRectangle Implementation of Raw encoding, as well as drawing support. See RFB Protocol document v. 3.8 section 6.5.1.
RreRectangle Implementation of RRE encoding, as well as drawing support. See RFB Protocol document v. 3.8 section 6.5.3.
ZrleRectangle Implementation of ZRLE encoding, as well as drawing support. See RFB Protocol document v. 3.8 section 6.6.5.