VncSharp
EncodedRectangle Constructor
[Visual Basic]
Public Sub New( _
ByVal
rfb
As
RfbProtocol
, _
ByVal
framebuffer
As
Framebuffer
, _
ByVal
rectangle
As
Rectangle
_
)
[C#]
public EncodedRectangle(
RfbProtocol
rfb
,
Framebuffer
framebuffer
,
Rectangle
rectangle
);
See Also
EncodedRectangle Class
|
VncSharp.Encodings Namespace