Rooler.ScreenShot.ScreenShot C# (CSharp) Method

ScreenShot() public method

public ScreenShot ( IntRect screenBounds ) : System
screenBounds IntRect
return System
        public ScreenShot(IntRect screenBounds)
            : this(screenBounds, true)
        {
        }

Same methods

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