摘要:
public partial class App : Application { protected override void OnStartup(StartupEventArgs e) { AppDomain.CurrentDomain.UnhandledException += new Unh 阅读全文
posted @ 2017-12-04 16:36
五好青年,勇往直前
阅读(352)
评论(0)
推荐(0)
摘要:
var topLeft = control.PointToScreen(new Point(0, 0)); var bitmap = ScreenCapture.Capture( (int)topLeft.X, (int)topLeft.Y, (int)control.ActualWidth, (i 阅读全文
posted @ 2017-12-04 14:01
五好青年,勇往直前
阅读(151)
评论(0)
推荐(0)