Skip to content

meloht/Meloht.WinFormsViewImage

Repository files navigation

Meloht.WinFormsViewImage

WinForms View Image tool

C# .NET Version Release NuGet NuGet

Usage

FormImageViewUtils.Show(this.textBoxImagePath.Text);

byte[] bytes = File.ReadAllBytes(this.textBoxImagePath.Text);
string fileName = Path.GetFileName(this.textBoxImagePath.Text);
FormImageViewUtils.Show(fileName, bytes);

using FileStream fs = new FileStream(this.textBoxImagePath.Text, FileMode.Open, FileAccess.Read);
string fileName = Path.GetFileName(this.textBoxImagePath.Text);
FormImageViewUtils.Show(fileName, fs);
image

About

WinForms View Image tool

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages