Beispiel #1
0
        public void PlayedEastZoom(IHCControl HCControl)
        {
            TwoCamera tc;

            tc = TV.TakeCameraConfigByTrackNum(HCControl.TrackNum);
            HCControl.ZoomOut((int)tc.East.ZoomRect.Left, (int)tc.East.ZoomRect.Top, (int)tc.East.ZoomRect.Right, (int)tc.East.ZoomRect.Bottom);
            isAllPlayed++;
        }
Beispiel #2
0
 public void PlayedEast(IHCControl HCControl)
 {
     isAllPlayed++;
 }
Beispiel #3
0
 public void PlayedZoom(IHCControl HCControl)
 {
     HCControl.ZoomOut(175, 140, 350, 280);
 }