IoTSharp.CyotekImageBox
1.5.1
dotnet add package IoTSharp.CyotekImageBox --version 1.5.1
NuGet\Install-Package IoTSharp.CyotekImageBox -Version 1.5.1
<PackageReference Include="IoTSharp.CyotekImageBox" Version="1.5.1" />
<PackageVersion Include="IoTSharp.CyotekImageBox" Version="1.5.1" />
<PackageReference Include="IoTSharp.CyotekImageBox" />
paket add IoTSharp.CyotekImageBox --version 1.5.1
#r "nuget: IoTSharp.CyotekImageBox, 1.5.1"
#:package IoTSharp.CyotekImageBox@1.5.1
#addin nuget:?package=IoTSharp.CyotekImageBox&version=1.5.1
#tool nuget:?package=IoTSharp.CyotekImageBox&version=1.5.1
Cyotek ImageBox Control
About
The ImageBox is a lightweight owner drawn control for displaying images. It
supports zooming, scrolling, panning, region selection and much more! In
addition to the traditional mode of binding to an Image, you can also use a
virtual mode, and provide your own custom drawing whilst retaining all the
ImageBox functionality.
The ImageBox control also provides convenient helper methods for translating
points, rectangles and sizes according to the current zoom level and scroll
position of the control - this makes it easy to scale custom drawing to fit the
control.
As well as the different behaviours offered, the ImageBox also supports a
large number of display properties. The background of the control can display a
solid colour, or a coloured grid in various sizes. You can also configure how
the grid is to be drawn, for example just around the image bounds, or the full
control bounds. Other options include the pixel grid, which is displayed when
zooming in on an image to highlight each pixel, custom border styles for
surrounding the image, and many other properties. You can also display text, and
specifying formatting and alignment options.
Example Screenshots
License
The ImageBox control is licensed under the MIT License. See license.txt for
the full text.
Further Reading
For more information on this control, see the articles tagged withimagebox at cyotek.com.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. net10.0-windows7.0 is compatible. |
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
net10.0-windows7.0
- No dependencies.
-
net8.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
The ImageBox is a custom control for displaying images with built in support for zooming, scrolling, panning, region selection, virtual modes, and much more.