Atalasoft.Imaging.Wpf Namespace |
Class | Description | |
---|---|---|
AtalaImageViewer | The AtalaImageViewer is an image viewer with automatic zooming and mouse tool capabilities. The viewer takes advantage of DotImage codecs to Open(String, Int32, ProgressEventHandler) and Save(String, ImageEncoder, ProgressEventHandler) images and image commands can be applied to the image using the ApplyCommand(ImageCommand) method. The viewer contains a Source property for a BitmapSource object, making its use in WPF straight forward. | |
AtalaObservableDictionaryTKey, TValue | Represents an observable collection of keys and values. | |
ImageChangedEventArgs | This class is used with the ImageEventHandler. | |
ImagePixelEventArgs | This class is used by the MouseMovePixel event. | |
MagnifierMouseTool |
This tool is used to provide a magnified area of the image. Use this class by
setting the AtalaViewer.MouseTool property to an instance of the
MagnifierMouseTool class.
| |
MouseTool | This is an abstract class from which all mouse tools must derive. | |
MouseWheelZoomEventArgs |
Represents an event that files when a mouse wheel action results in a zoom in or zoom out.
| |
PanningMouseTool | The PanningMouseTool is used give end-users the ability to drag an image around the
viewport with the mouse. | |
SelectionMouseTool | The SelectionMouseTool provides the ability for end-users to select an area of the image for processing. The tool can be animated using the built-in animation feature or by providing custom animation. A masked selection feature is provided which (by default) will darken the image except for the selected area. This effect can be modified by setting the MaskedImageCommand property. | |
SelectionMouseToolChangedEventArgs | This class is used by the SelectionChanged and SelectionChanging events. | |
WpfConverter | This is a static class used to convert an AtalaImage to a BitmapSource
and back. | |
ZoomMouseTool | This tool is used to zoom in and out of an image by either clicking a mouse button or selecting an area of
the image which will be zoomed to fit in the viewer. |
Enumeration | Description | |
---|---|---|
AspectRatioMode | Describes the action taken when the AspectRatio property of a SelectionMouseTool is used and the user drags one of the corner grips. | |
AutoZoomMode | Describes the type of automatic zooming to perform on the image. | |
MouseToolBehavior | Describes the way a selection is created by the user. | |
MouseWheelMode |
Defines how the mouse wheel will act in the control
| |
ResolutionScaleMode | Defines the scaling mode applied when an image has different X and Y resolution values. | |
SelectionMouseToolType | Describes the type of selection that will be drawn. | |
ZoomToolMode | Describes the action taken by a button press. |