Found 9 packages
A package for generating PNGs and GIFs from Vue-like templates.
The ImageBox is a custom control for displaying images. It supports zooming, scrolling, panning, region selection, virtual modes, and much more.
My package description.
Windows Forms controls to show and handle images. Contains Color Sliders, Hue Pickers, PictureBox with extended format support, video players, and a convenient ImageBox control which mimics the traditional MessageBox behavior for quickly displaying or inspecting images. This package is part of the Accord.NET Framework.
Control ImageBox
Package Description
Simple Userinterface for MonoGame. - TextBox - Label - Button - Window - CheckBox - ImageBox - ComboBox - ScrollBar - TabNavigation Including an InputManager for Touch/Keyboard/Mouse and GamePads. In Game1.cs Initialize: Components.Add(new UserInterfaceManager(this)); Components.Add(new InputManager(this)); base.Initialize(); Add controls with UserInterfaceManager.Add