AdvancedImageControl 1.0.1

dotnet add package AdvancedImageControl --version 1.0.1
NuGet\Install-Package AdvancedImageControl -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AdvancedImageControl" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AdvancedImageControl --version 1.0.1
#r "nuget: AdvancedImageControl, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AdvancedImageControl as a Cake Addin
#addin nuget:?package=AdvancedImageControl&version=1.0.1

// Install AdvancedImageControl as a Cake Tool
#tool nuget:?package=AdvancedImageControl&version=1.0.1

Advanced Image Control for WPF

NuGet

Features

  • Inherit from Image control, supporting all it's features
  • Panning and zooming

Usage

Install the NuGet package:

Install-Package AdvancedImageControl

Add the following namespace to your XAML file:

xmlns:aic="clr-namespace:AdvancedImageControl;assembly=AdvancedImageControl"

Then you can use the control like this:

<aic:AdvancedImageControl Source="image.png" />
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 124 1/29/2024
1.0.0 77 1/29/2024