BioCore  4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
All Classes Namespaces Functions Enumerations Properties
BioCore.Progress Class Reference
Inheritance diagram for BioCore.Progress:

Public Member Functions

 Progress (string file, string status)
 
void UpdateProgress (int p)
 
void UpdateProgressF (float p)
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

string Status [get, set]
 

Detailed Description

Definition at line 5 of file Progress.cs.

Constructor & Destructor Documentation

◆ Progress()

BioCore.Progress.Progress ( string  file,
string  status 
)

Definition at line 9 of file Progress.cs.

Member Function Documentation

◆ Dispose()

override void BioCore.Progress.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file Progress.Designer.cs.

◆ UpdateProgress()

void BioCore.Progress.UpdateProgress ( int  p)

The function takes an integer as a parameter and sets the value of the progress bar to that integer

Parameters
pThe progress value.

Definition at line 21 of file Progress.cs.

◆ UpdateProgressF()

void BioCore.Progress.UpdateProgressF ( float  p)

If the progress is greater than 1, set the progress bar to 100, otherwise set the progress bar to the progress times 100

Parameters
pThe progress value.

Definition at line 29 of file Progress.cs.

Property Documentation

◆ Status

string BioCore.Progress.Status
getset

Definition at line 47 of file Progress.cs.


The documentation for this class was generated from the following files: