Click or drag to resize

ViewportSelection Property

Gets or sets a Rubberband that is used when the MouseTool is set to Selection.

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

Property Value

Type: Rubberband
A Rubberband that is used when the MouseTool is set to Selection.
Remarks
This property may be set to any object inheriting from Rubberband including the RectangleSelection and EllipseRubberband.
See Also