Class BoundChangeArgs<T>
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public sealed class BoundChangeArgs<T> : EventArgs where T : unmanaged
Type Parameters
T
- Inheritance
-
BoundChangeArgs<T>
- Inherited Members
Constructors
BoundChangeArgs(ref T, ref T)
Initializes a new instance of the BoundChangeArgs<T> class.
public BoundChangeArgs(ref T newBound, ref T oldBound)
Parameters
newBoundTThe new bound.
oldBoundTThe old bound.
Properties
NewBound
Gets or sets the new bound.
public T NewBound { get; }
Property Value
- T
The new bound.
OldBound
Gets or sets the old bound.
public T OldBound { get; }
Property Value
- T
The old bound.