Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
machine2014arcade
Camera
C# Class machine2014arcade.Camera
Exibir arquivo
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