AbsoluteBoundsChangedEventArgs.SetEventArgs(RectangleD, RectangleD) Method
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.
Sets the event data.
public:
void SetEventArgs(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD oldValue, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD newValue);
public void SetEventArgs (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD oldValue, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD newValue);
member this.SetEventArgs : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
Public Sub SetEventArgs (oldValue As RectangleD, newValue As RectangleD)
Parameters
- oldValue
- RectangleD
The bounds in world units relative to the top-left of the diagram prior to the change in bounds.
- newValue
- RectangleD
The bounds in world units relative to the top-left of the diagram after the change in bounds.