예제 #1
0
 /// <summary>
 /// ��Ƶ�����¼�
 /// </summary>
 private void Viedo()
 {
     if (null != ViedoEvent)
     {
         ViedoEventArgs args = new ViedoEventArgs();
         args.BrightValue = PB_Bright.Value;
         args.ContrastValue = PB_Contrast.Value;
         args.HueValue = PB_HueValue.Value;
         args.SaturationValue = PB_Saturation.Value;
         ViedoEvent(this, args);
     }
 }
 private void watchpanel_ViedoEvent(object sender, ViedoEventArgs e)
 {
 }