C# Class NewTOAPIA.Media.CameraEventArgs

Camera event arguments
Inheritance: System.EventArgs
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Свойство Type Description
Height int
Width int
fData System.IntPtr
fSize int
fTimeStamp double

Méthodes publiques

Méthode Description
CameraEventArgs ( double timestamp, IntPtr buffer, int size, int width, int height ) : System

Method Details

CameraEventArgs() public méthode

public CameraEventArgs ( double timestamp, IntPtr buffer, int size, int width, int height ) : System
timestamp double
buffer System.IntPtr
size int
width int
height int
Résultat System

Property Details

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int

fData public_oe property

public IntPtr,System fData
Résultat System.IntPtr

fSize public_oe property

public int fSize
Résultat int

fTimeStamp public_oe property

public double fTimeStamp
Résultat double