PanZoomAction(Diagram) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PanZoomAction class.
public:
PanZoomAction(Microsoft::VisualStudio::Modeling::Diagrams::Diagram ^ diagram);
public PanZoomAction (Microsoft.VisualStudio.Modeling.Diagrams.Diagram diagram);
new Microsoft.VisualStudio.Modeling.Diagrams.PanZoomAction : Microsoft.VisualStudio.Modeling.Diagrams.Diagram -> Microsoft.VisualStudio.Modeling.Diagrams.PanZoomAction
Public Sub New (diagram As Diagram)
Parameters
- diagram
- Diagram
The diagram object that owns this MouseAction.