Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notcoffee418/advancedimagecontrol

WPF Image control with Pan and Zoom
https://github.com/notcoffee418/advancedimagecontrol

image wpf xaml

Last synced: 18 days ago
JSON representation

WPF Image control with Pan and Zoom

Awesome Lists containing this project

README

        

# Advanced Image Control for WPF

[![NuGet](https://img.shields.io/nuget/v/AdvancedImageControl.svg)](https://www.nuget.org/packages/AdvancedImageControl/)

## Features
- Inherit from `Image` control, supporting all it's features
- Panning and zooming

## Usage
Install the [NuGet package](https://www.nuget.org/packages/AdvancedImageControl/):
```powershell
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:
```xml

```