This namespace contains controls for use in WPF applications. More...
Classes | |
| class | DisableableMouseWheelScrollViewer |
| A scroll viewer on which mouse wheel handling can be disabled. More... | |
| class | Display |
| Displays images with optional overlays and zoom control. More... | |
| class | DisplayCanvas |
| This canvas displays an image in the background and arranges its children according to the pixel coordinates of the image. More... | |
| class | DisplayZoomEventArgs |
| Event arguments for all display zoom related events. More... | |
| interface | IDisplay |
| Common CVB WPF Display interface. More... | |
| class | ImageEditor |
| A display control with support for drawing in the overlay bit-plane of an image. More... | |
| class | ImageSourceChangedEventArgs |
| Bubbling event to inform about image source changes. More... | |
| class | MeasureLine |
| Defines a measure line with display of the control's width/height. May be used inside a grid to display another control's extent. More... | |
| class | MeasureLineExtensions |
| Extension methods for types involved in the implementation of MeasureLine. More... | |
Enumerations | |
| enum | MouseOverInformation { None = 0 , MouseCursor = 1 , ImageDimension = 2 , All = MouseCursor | ImageDimension } |
| Available mouse over information for the Display. More... | |
| enum | AutoScaleContent { RenderTransform , LayoutTransform , Off } |
| Determines whether the content is automatically scaled by the canvas via a render transform or not. More... | |
| enum | LengthUnit { ImagePixel , DeviceIndependentPixel } |
| Defines the unit of the DisplayCanvas length properties for child elements. More... | |
| enum | PixelCoordinateSystem { LeftTop , Barycentric } |
| Defines the location of a point in an image pixel. More... | |
| enum | MeasureLinePlacement { Left , Top , Right , Bottom } |
| Possible placements of a measure line (relative to the UIElement which they are measuring). More... | |
| enum | MeasureLineValueSource { ActualSize , Value } |
| Possible value sources for the value displayed by a measure line. More... | |
This namespace contains controls for use in WPF applications.
| enum AutoScaleContent |
| enum LengthUnit |
Defines the unit of the DisplayCanvas length properties for child elements.
| Enumerator | |
|---|---|
| ImagePixel | Length is in image source pixels (the default). |
| DeviceIndependentPixel | Length is in device independent pixels as displayed by the canvas. |
| enum MeasureLinePlacement |
| enum MouseOverInformation |