Method | Description | |
---|---|---|
ScreenShot ( int x, int y, int width, int height ) : |
Screen shot of OpenGL canvas.
|
public static ScreenShot ( int x, int y, int width, int height ) : |
||
x | int | mouse position(Left Down is (0, 0)). |
y | int | mouse position(Left Down is (0, 0)). |
width | int | 宽度 |
height | int | 高度 |
return |