通过Java applet截图

时间:2010-02-19 16:22:13

标签: c# java applet

我对1个问题非常感兴趣 - 如何对客户端桌面进行屏幕显示,以便进一步发送到Web服务或我的Silverlight应用程序。 我打算为屏幕录像写一个应用程序。

提前谢谢!

2 个答案:

答案 0 :(得分:2)

已经有一段时间了,但我认为Robot类中有一些东西可以帮助你。

编辑:

来自Robot API:

public BufferedImage createScreenCapture(Rectangle screenRect)

    Creates an image containing pixels read from the screen. This image does not include the mouse cursor.

    Parameters:
        screenRect - Rect to capture in screen coordinates 
    Returns:
        The captured image 

答案 1 :(得分:-1)

看看Robot类。