AbsoluteBoundsChangedEventArgs::SetEventArgs Method (RectangleD, RectangleD)

 

Sets the event data.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void SetEventArgs(
	RectangleD oldValue,
	RectangleD newValue
)

Parameters

oldValue
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

The bounds in world units relative to the top-left of the diagram prior to the change in bounds.

newValue
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

The bounds in world units relative to the top-left of the diagram after the change in bounds.

Return to top
Show: