SizeChangedInfo Constructor (UIElement^, Size, Boolean, Boolean)
.NET Framework (current version)
Initializes a new instance of the SizeChangedInfo class.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: