Initializes a new instance of the SizedEventArgs class.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public SizedEventArgs( double widthChange, double heightChange ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ widthChange As Double, _ heightChange As Double _ ) |
Parameters
- widthChange
- Type: System..::.Double
The change in the width of the element being resized.
- heightChange
- Type: System..::.Double
The change in the height of the element being resized.