C# 클래스 machine2014arcade.Camera

파일 보기 프로젝트 열기: JDGETS/machine2014 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Width int

공개 메소드들

메소드 설명
Camera ( int w, int h ) : System
Close ( ) : void

비공개 메소드들

메소드 설명
initCamera ( ) : void
refreshCam ( ) : void

메소드 상세

Camera() 공개 메소드

public Camera ( int w, int h ) : System
w int
h int
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int