SizeChangedInfo Constructor
Initializes a new instance of the SizeChangedInfo class.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
public SizeChangedInfo( UIElement element, Size previousSize, bool widthChanged, bool heightChanged )
Parameters
- element
- Type: System.Windows.UIElement
The element where the size is being changed.
- previousSize
- Type: System.Windows.Size
The previous size, before the change.
- widthChanged
- Type: System.Boolean
true if the Width component of the size changed.
- heightChanged
- Type: System.Boolean
true if the Height component of the size changed.
For the two Boolean parameters, note that you should report these as true only if the changes in the value are significant to rendering, or should interpret the values as such if reading existing values. Minor changes in the size values are possible due to precision side-effects, particularly when mathematical functions are applied to the double values.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.