Event ZoomLevelChanged
Raised when ZoomLevel changes (including a reset to fit). A host that renders its own source image (e.g. rasterizes a document) can subscribe to re-render it at the new zoom for crispness — the view itself only ever scales the pixels it was given.
public event EventHandler? ZoomLevelChanged
Returns
- EventHandler
- Raised when changes (including a reset to fit). A host that renders its own source image (e.g. rasterizes a document) can subscribe to re-render it at the new zoom for crispness — the view itself only ever scales the pixels it was given.