C# Class machine2014arcade.Camera

Afficher le fichier Open project: JDGETS/machine2014 Class Usage Examples

Méthodes publiques

Свойство Type Description
Height int
Width int

Méthodes publiques

Méthode Description
Camera ( int w, int h ) : System
Close ( ) : void

Private Methods

Méthode Description
initCamera ( ) : void
refreshCam ( ) : void

Method Details

Camera() public méthode

public Camera ( int w, int h ) : System
w int
h int
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

Property Details

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int