'Declaration
Public Shared Function CaptureScreen( _ ByVal screenBounds As System.Drawing.Rectangle _ ) As System.Drawing.Bitmap
'Usage
Dim screenBounds As System.Drawing.Rectangle Dim value As System.Drawing.Bitmap value = NImageRenderer.CaptureScreen(screenBounds)
public static System.Drawing.Bitmap CaptureScreen( System.Drawing.Rectangle screenBounds )
Parameters
- screenBounds