C# 클래스 CSharpGL.Save2PictureHelper

Helper class for screen shot of OpenGL canvas.
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
ScreenShot ( int x, int y, int width, int height ) : Bitmap

Screen shot of OpenGL canvas.

메소드 상세

ScreenShot() 공개 정적인 메소드

Screen shot of OpenGL canvas.
public static ScreenShot ( int x, int y, int width, int height ) : Bitmap
x int mouse position(Left Down is (0, 0)).
y int mouse position(Left Down is (0, 0)).
width int 宽度
height int 高度
리턴 System.Drawing.Bitmap