Click or drag to resize

AtalaImageViewerRenderedImageBounds Property

Gets the bounds of the image in viewer coordinates.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Rect RenderedImageBounds { get; }

Property Value

Type: Rect
The bounds of the image in viewer coordinates.
Remarks
This property takes the ScrollPosition and Zoom into account when calculating the bounds.
See Also