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