Property | Type | Description | |
---|---|---|---|
framebuffer | Framebuffer | ||
preader | |||
rectangle | |||
rfb | RfbProtocol |
Method | Description | |
---|---|---|
Decode ( ) : void |
Obtain all necessary information from VNC Host (i.e., read) in order to Draw the rectangle, and store in colours[].
|
|
Draw ( System.Windows.Media.Imaging.WriteableBitmap desktop ) : void |
After calling Decode() an EncodedRectangle can be drawn to a Bitmap, which is the local representation of the remote desktop.
|
|
EncodedRectangle ( RfbProtocol rfb, Framebuffer framebuffer, |
Method | Description | |
---|---|---|
FillRectangle ( |
Fills the given Rectangle with pixel values read from the server (i.e., each pixel may have its own value).
|
|
FillRectangle ( |
Fills the given Rectangle with a solid colour (i.e., all pixels will have the same value--colour).
|
public Draw ( System.Windows.Media.Imaging.WriteableBitmap desktop ) : void | ||
desktop | System.Windows.Media.Imaging.WriteableBitmap | The image the represents the remote desktop. NOTE: this image will be altered. |
return | void |
public EncodedRectangle ( RfbProtocol rfb, Framebuffer framebuffer, |
||
rfb | RfbProtocol | |
framebuffer | Framebuffer | |
rectangle | ||
encoding | int | |
return | System |
protected FillRectangle ( |
||
rect | The rectangle to be filled. | |
return | void |
protected FillRectangle ( |
||
rect | The rectangle to be filled. | |
colour | int | The colour to use when filling the rectangle. |
return | void |
protected PixelReader,VncSharpWpf.Encodings preader | ||
return |
protected Rectangle,System.Drawing rectangle | ||
return |