mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUERipper revamp
This commit is contained in:
19
ProgressODoom/IAnimatedProgressPainter.cs
Normal file
19
ProgressODoom/IAnimatedProgressPainter.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
|
||||
namespace ProgressODoom {
|
||||
/// <summary></summary>
|
||||
public interface IAnimatedProgressPainter : IProgressPainter {
|
||||
///// <summary></summary>
|
||||
///// <param name="box"></param>
|
||||
///// <param name="g"></param>
|
||||
///// <param name="marqueeX"></param>
|
||||
//void AnimateFrame(Rectangle box, Graphics g, ref int marqueeX);
|
||||
|
||||
/// <summary></summary>
|
||||
int AnimationSpeed { get; set; }
|
||||
|
||||
/// <summary></summary>
|
||||
bool Animating { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user