System.Web.PowerShell.HttpPowerShellHostRawUserInterface.ScrollBufferContents C# (CSharp) Method

ScrollBufferContents() public method

public ScrollBufferContents ( System.Management.Automation.Host.Rectangle source, System.Management.Automation.Host.Coordinates destination, System.Management.Automation.Host.Rectangle clip, System.Management.Automation.Host.BufferCell fill ) : void
source System.Management.Automation.Host.Rectangle
destination System.Management.Automation.Host.Coordinates
clip System.Management.Automation.Host.Rectangle
fill System.Management.Automation.Host.BufferCell
return void
        public override void ScrollBufferContents(Rectangle source, Coordinates destination, Rectangle clip, BufferCell fill)
        {
            throw new NotImplementedException();
        }