C# Class NewTOAPIA.Media.CameraEventArgs

Camera event arguments
Inheritance: System.EventArgs
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
Height int
Width int
fData System.IntPtr
fSize int
fTimeStamp double

Public Methods

Method Description
CameraEventArgs ( double timestamp, IntPtr buffer, int size, int width, int height ) : System

Method Details

CameraEventArgs() public method

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

Property Details

Height public property

public int Height
return int

Width public property

public int Width
return int

fData public property

public IntPtr,System fData
return System.IntPtr

fSize public property

public int fSize
return int

fTimeStamp public property

public double fTimeStamp
return double