VncSharp

CoRreRectangle Constructor 

[Visual Basic]
Public Sub New( _
   ByVal rfb As RfbProtocol, _
   ByVal framebuffer As Framebuffer, _
   ByVal rectangle As Rectangle _
)
[C#]
public CoRreRectangle(
   RfbProtocol rfb,
   Framebuffer framebuffer,
   Rectangle rectangle
);

See Also

CoRreRectangle Class | VncSharp.Encodings Namespace