Method | Description | |
---|---|---|
GrabWindowBitmap ( |
Captures a screenshot of the specified window at the specified bitmap size.
|
Method | Description | |
---|---|---|
ResizeImageWithAspect ( |
/// Grabs a snapshot of a WPF UIElement and returns the image as Bitmap. /// Resizes the given bitmap while maintaining the aspect ratio.
|
public static GrabWindowBitmap ( |
||
windowHandle | The window handle. | |
bitmapSize | System | The requested bitmap size. |
return |