Exemple #1
0
 public int GetFilterValue(ARTCAM_FILTERTYPE FilterType)
 {
     return ArtCam.GetFilterValue(m_hACam, FilterType, out m_Error);
 }
Exemple #2
0
 public static extern int GetFilterValue(int hACam, ARTCAM_FILTERTYPE FilterType, out int outError);
Exemple #3
0
 public static extern int SetFilterValue(int hACam, ARTCAM_FILTERTYPE FilterType, int Value);
Exemple #4
0
 public int SetFilterValue(ARTCAM_FILTERTYPE FilterType, int Value)
 {
     return ArtCam.SetFilterValue(m_hACam, FilterType, Value);
 }