Click or drag to resize

ZoomMouseTool Constructor

Creates a new instance of ZoomMouseTool.
Overload List
  NameDescription
Public methodZoomMouseTool
Creates a new instance of ZoomMouseTool in which the left mouse button is for zooming in and the right button is used for zooming out.
Public methodZoomMouseTool(ZoomToolMode)
Creates a new instance of ZoomMouseTool specifying the tool used for all mouse buttons.
Public methodZoomMouseTool(ZoomToolMode, ZoomToolMode, ZoomToolMode)
Creates a new instance of ZoomMouseTool specifying the tool to use for common mouse buttons.
Public methodZoomMouseTool(Double, Boolean, Boolean, MouseToolBehavior, Pen, Color, Brush, Boolean)
Creates a new instance of ZoomMouseTool specifying the pen, fill and common properties.
Public methodZoomMouseTool(Double, Boolean, Double, Double, Boolean, MouseToolBehavior, Pen, Color, Brush, Boolean)
Creates a new instance of ZoomMouseTool specifying the pen, tool behavior and zoom level parameters.
Public methodZoomMouseTool(Double, Boolean, Boolean, MouseToolBehavior, Pen, Color, Brush, Boolean, ZoomToolMode, ZoomToolMode, ZoomToolMode)
Creates a new instance of ZoomMouseTool specifying the pen, behavior and button tools.
Public methodZoomMouseTool(Double, Boolean, Double, Double, Boolean, MouseToolBehavior, Pen, Color, Brush, Boolean, ZoomToolMode)
Creates a new instance of ZoomMouseTool specifying the pen, tool behavior, zoom level parameters and tool used for all buttons.
Public methodZoomMouseTool(Double, Boolean, Double, Double, Boolean, MouseToolBehavior, Pen, Color, Brush, Boolean, ZoomToolMode, ZoomToolMode, ZoomToolMode, ZoomToolMode, ZoomToolMode)
Creates a new instance of ZoomMouseTool specifying all of its property values.
Top
See Also