コード例 #1
0
 public static bool SetDUOExposure(IntPtr duo, double val)
 {
     return(DUOLibInternal.DUOSetExposure(duo, val));
 }