示例#1
0
 public override void SwooshIn()
 {
     swoosher = new SwooshPainter(SwooshPainter.Direction.FromLeft,
                                  pMainPainter,
                                  0, 0, translucent ? (int)(0xff * 0.75) : 0xff);
     swoosher.DoneSwooshing += DoneSwooshingIn;
     painter.Add(Layer.UI, swoosher.Paint);
 }
示例#2
0
		public override void SwooshIn ()
		{
			swoosher = new SwooshPainter (SwooshPainter.Direction.FromLeft,
						      pMainPainter,
						      0, 0, translucent ? (int)(0xff * 0.75) : 0xff);
			swoosher.DoneSwooshing += DoneSwooshingIn;
			painter.Add (Layer.UI, swoosher.Paint);
		}