C# 클래스 NewTOAPIA.Media.CameraEventArgs

Camera event arguments
상속: System.EventArgs
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Width int
fData System.IntPtr
fSize int
fTimeStamp double

공개 메소드들

메소드 설명
CameraEventArgs ( double timestamp, IntPtr buffer, int size, int width, int height ) : System

메소드 상세

CameraEventArgs() 공개 메소드

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

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int

fData 공개적으로 프로퍼티

public IntPtr,System fData
리턴 System.IntPtr

fSize 공개적으로 프로퍼티

public int fSize
리턴 int

fTimeStamp 공개적으로 프로퍼티

public double fTimeStamp
리턴 double