C# Class machine2014arcade.Camera

ファイルを表示 Open project: JDGETS/machine2014 Class Usage Examples

Public Properties

Property Type Description
Height int
Width int

Public Methods

Method Description
Camera ( int w, int h ) : System
Close ( ) : void

Private Methods

Method Description
initCamera ( ) : void
refreshCam ( ) : void

Method Details

Camera() public method

public Camera ( int w, int h ) : System
w int
h int
return System

Close() public method

public Close ( ) : void
return void

Property Details

Height public_oe property

public int Height
return int

Width public_oe property

public int Width
return int