Class BoundChangedEventArgs
- Namespace
- HelixToolkit.WinUI.SharpDX
- Assembly
- HelixToolkit.WinUI.SharpDX.dll
public sealed class BoundChangedEventArgs : EventArgs
- Inheritance
-
BoundChangedEventArgs
- Inherited Members
Constructors
BoundChangedEventArgs(BoundingBox, BoundingBox)
Initializes a new instance of the BoundChangedEventArgs class.
public BoundChangedEventArgs(BoundingBox newBound, BoundingBox oldBound)
Parameters
newBoundBoundingBoxThe new bound.
oldBoundBoundingBoxThe old bound.
Fields
NewBound
The new bound
public readonly BoundingBox NewBound
Field Value
OldBound
The old bound
public readonly BoundingBox OldBound