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
)
Public Sub SetDisplayBounds (
selectionRect As RectangleF
)
Parameters
- selectionRect
- Type: System.DrawingRectangleF
The new Rectangle boundary of the rubberband.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | |
See Also