GetCurrentScreen() public méthode

public GetCurrentScreen ( ) : Image
Résultat Image
        void CreateThumbnail(RdpClientWindow window)
        {
            Controls.RDThumbnail RDThumb = new Controls.RDThumbnail();
            RDThumb.Title           = window.Text;
            RDThumb.RDImage         = window.GetCurrentScreen();
            RDThumb.Visible         = true;
            RDThumb.MDIChild_Handle = window.Handle;

            flowLayoutPanel1.Controls.Add(RDThumb);
        }