Click or drag to resize

MouseToolBounds Property

Gets or sets the bounds used by the MouseTool.

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 Bounds { get; set; }

Property Value

Type: Rect
The bounds for the tool.
Remarks
Not all mouse tools have a bounds. For instance, the ZoomMouseTool applies a zoom change on click, but does not contain a bounding rectangle.
See Also