Esempio n. 1
0
 public string Capture2Image()
 {
     if (!IsPlaying)
     {
         ShowError("尚未播放!");
         return("");
     }
     try
     {
         return(SDK.Capture2Image());
     }catch (Exception ex)
     {
         ShowError(ex.Message);
         return("");
     }
 }