RfbProtocol.ReadFramebufferUpdateRectHeader Method
Reads a rectangle's header information, including its encoding. See RFB Doc v. 3.8 section 6.4.1.
[Visual Basic]Public Sub ReadFramebufferUpdateRectHeader( _
ByRef
rectangle As
Rectangle, _
ByRef
encoding As
Integer _
)
[C#]public
void ReadFramebufferUpdateRectHeader(
out
Rectangle rectangle,
out
int encoding);
Parameters
- rectangle
- The geometry of the rectangle that is about to be sent.
- encoding
- The encoding used for this rectangle.
See Also
RfbProtocol Class | VncSharp Namespace