Rooler.ScreenShot.ScreenShot C# (CSharp) Method

ScreenShot() public method

public ScreenShot ( ) : System
return System
        public ScreenShot()
        {
            this.Capture(ScreenShot.FullScreenBounds);
        }

Same methods

ScreenShot::ScreenShot ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System
ScreenShot::ScreenShot ( IntRect screenBounds ) : System
ScreenShot::ScreenShot ( IntRect screenBounds, bool keepBitmap ) : System