C# Class NewTOAPIA.Media.CameraEventArgs

Camera event arguments
Inheritance: System.EventArgs
ファイルを表示 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_oe property

public int Height
return int

Width public_oe property

public int Width
return int

fData public_oe property

public IntPtr,System fData
return System.IntPtr

fSize public_oe property

public int fSize
return int

fTimeStamp public_oe property

public double fTimeStamp
return double