Пример #1
0
        public DrawData(Graphics graphics, Sorter sorter, FrameProfile profile, int i, int length,
                        int value, int minValue, int maxValue, FlagType flagType)
        {
            this.graphics = graphics;

            this.sorter = sorter;

            this.profile = profile;

            this.i      = i;
            this.length = length;

            this.value    = value;
            this.minValue = minValue;
            this.maxValue = maxValue;

            this.flagType = flagType;
        }
Пример #2
0
 public abstract void Clear(Graphics graphics, FrameProfile profile);