摘要:
public partial class App : Application { protected override void OnStartup(StartupEventArgs e) { AppDomain.CurrentDomain.UnhandledException += new Unh 阅读全文
摘要:
var topLeft = control.PointToScreen(new Point(0, 0)); var bitmap = ScreenCapture.Capture( (int)topLeft.X, (int)topLeft.Y, (int)control.ActualWidth, (i 阅读全文