Click or drag to resize

SelectionMouseTool Constructor

Creates a new instance of SelectionMouseTool.
Overload List
  NameDescription
Public methodSelectionMouseTool
Creates a new instance of SelectionMouseTool using default values.
Public methodSelectionMouseTool(Rect)
Creates a new instance of SelectionMouseTool specifying the selection bounds.
Public methodSelectionMouseTool(SelectionMouseToolType)
Creates a new instance of SelectionMouseTool specifying the selection type.
Public methodSelectionMouseTool(SelectionMouseToolType, MouseToolBehavior, Boolean, ImageCommand)
Creates a new instance of SelectionMouseTool specifying the selection type, behavior and masking options.
Public methodSelectionMouseTool(SelectionMouseToolType, MouseToolBehavior, Boolean, Duration)
Creates a new instance of SelectionMouseTool specifying the selection type, behavior and animation options.
Public methodSelectionMouseTool(SelectionMouseToolType, MouseToolBehavior, Color, Color, Brush, Boolean, Boolean)
Creates a new instance of SelectionMouseTool specifying the selection type, behavior and colors.
Public methodSelectionMouseTool(SelectionMouseToolType, MouseToolBehavior, Pen, Color, Brush, Boolean, Boolean)
Creates a new instance of SelectionMouseTool specifying the selection type, behavior and pen.
Public methodSelectionMouseTool(Rect, SelectionMouseToolType, MouseToolBehavior, Color, Color, Brush, Boolean, Boolean)
Creates a new instance of SelectMouseTool specifying the bounds, selection type, behavior and colors.
Public methodSelectionMouseTool(Rect, SelectionMouseToolType, MouseToolBehavior, Pen, Color, Brush, Boolean, Boolean)
Creates a new instance of SelectionMouseTool specifying the bounds, selection type, behavior and pen.
Public methodSelectionMouseTool(Rect, SelectionMouseToolType, MouseToolBehavior, Pen, Color, Color, Brush, Boolean, Boolean, Double, AspectRatioMode, Boolean, Duration, Boolean, ImageCommand)
Creates a new instance of SelectionMouseTool specifying its property values.
Top
See Also