C# Класс PHPAnalysis.IO.Cmd.BarIndicator

Наследование: ProgressIndicator
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DrawBar void
DrawEmptyProgressBar void
DrawProcent void
PercentOf float
UpdateProgress void

Открытые методы

Метод Описание
BarIndicator ( int max = 100 ) : System
Step ( ) : void

Приватные методы

Метод Описание
DrawBar ( int progress, int total ) : void
DrawEmptyProgressBar ( ) : void
DrawProcent ( int progress, int total ) : void
PercentOf ( int value, int target ) : float
UpdateProgress ( int progress, int total ) : void

Описание методов

BarIndicator() публичный Метод

public BarIndicator ( int max = 100 ) : System
max int
Результат System

Step() публичный Метод

public Step ( ) : void
Результат void