TakeScreenshot(Boolean) | Capture the screen output using the default graphics card adapter. This DirectX based methodology is useful to take screenshot of games that are running in full screen. However, using this methodology for other common desktop screen captures will produce unexpected results (such as wrong colors); so for common screenshots you should use the methods exposed in UtilImage instead. |
TakeScreenshot(Int32, Boolean) | Captures the screen output using the specified graphics card adapter. This DirectX based methodology is useful to take screenshot of games that are running in full screen. However, using this methodology for other common desktop screen captures will produce unexpected results (such as wrong colors); so for common screenshots you should use the methods exposed in UtilImage instead. |