
Brand new to Actipro, so hoping that I am missing something obvious....
I have an image source that independently generates a WPF BitmapSource. This class captures MouseDown/Move/Up events for panning and also MouseWheel events for zooming in and out.
I would like to use the ZoomContentControl to manipulate the image using the class routines - and not the routines that ZoomContentControl uses to pan/zoom the image. In other words, when I move the zoom level selector, instead of the ZoomContentControl zooming the current display - performs a raster zoom), I would like to regenerate the WPF BitmapSource and update the displayed image. Likewise, when I press the Pan button, I would like to be able to call my own routine that will let me pan the BitmapSource.
Is there an obvious method to do this?
Thanks.