ZoomMouseTool Constructor |
Name | Description | |
---|---|---|
![]() | ZoomMouseTool() | 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. |
![]() | ZoomMouseTool(ZoomToolMode) | Creates a new instance of ZoomMouseTool specifying the tool used for all mouse buttons.
|
![]() | ZoomMouseTool(ZoomToolMode, ZoomToolMode, ZoomToolMode) | Creates a new instance of ZoomMouseTool specifying the tool to use for common mouse
buttons. |
![]() | ZoomMouseTool(Double, Boolean, Boolean, MouseToolBehavior, Pen, Color, Brush, Boolean) | Creates a new instance of ZoomMouseTool specifying the pen, fill and common properties.
|
![]() | ZoomMouseTool(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. |
![]() | ZoomMouseTool(Double, Boolean, Boolean, MouseToolBehavior, Pen, Color, Brush, Boolean, ZoomToolMode, ZoomToolMode, ZoomToolMode) | Creates a new instance of ZoomMouseTool specifying the pen, behavior and button tools.
|
![]() | ZoomMouseTool(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. |
![]() | ZoomMouseTool(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. |