 | WMCaptureWindow 方法 |
Sweet 开发框架
Captures the window.
命名空间:
Sweet.Common.Win32
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool CaptureWindow(
Control control,
ref Bitmap bitmap
)
Public Shared Function CaptureWindow (
control As Control,
ByRef bitmap As Bitmap
) As Boolean
static member CaptureWindow :
control : Control *
bitmap : Bitmap byref -> bool
参数
- control
- 类型:System.Windows.FormsControl
The control. - bitmap
- 类型:System.DrawingBitmap
The bitmap.
返回值
类型:
Booleantrue if XXXX,
false otherwise.
参见