Rooler.ScreenShot.ScreenShot C# (CSharp) Method

ScreenShot() public method

public ScreenShot ( IntRect screenBounds, bool keepBitmap ) : System
screenBounds IntRect
keepBitmap bool
return System
        public ScreenShot(IntRect screenBounds, bool keepBitmap)
        {
            this.Capture(screenBounds);

            if (!keepBitmap)
                this.bitmap = null;
        }

Same methods

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