Click or drag to resize

RubberbandSetDisplayBounds Method

Sets the rectangular boundary of the rubberband by using Viewport coordinates.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void SetDisplayBounds(
	RectangleF selectionRect
)

Parameters

selectionRect
Type: System.DrawingRectangleF
The new Rectangle boundary of the rubberband.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also