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