ResizeAction(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 ResizeAction class.
public:
ResizeAction(Microsoft::VisualStudio::Modeling::Diagrams::Diagram ^ diagram);
public ResizeAction (Microsoft.VisualStudio.Modeling.Diagrams.Diagram diagram);
new Microsoft.VisualStudio.Modeling.Diagrams.ResizeAction : Microsoft.VisualStudio.Modeling.Diagrams.Diagram -> Microsoft.VisualStudio.Modeling.Diagrams.ResizeAction
Public Sub New (diagram As Diagram)
Parameters
- diagram
- Diagram
The diagram object that owns this MouseAction.