Click or drag to resize

MouseToolConfineToRenderedImage Method

Returns a rectangle confined to the rendered size of the image.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
protected Rect ConfineToRenderedImage(
	Rect imageRect
)

Parameters

imageRect
Type: System.WindowsRect
The rectangle to constrain.

Return Value

Type: Rect
The constrained rectangle.
See Also