Table of Contents

Class BoundChangedEventArgs

Namespace
HelixToolkit.Wpf.SharpDX
Assembly
HelixToolkit.Wpf.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

newBound BoundingBox

The new bound.

oldBound BoundingBox

The old bound.

Fields

NewBound

The new bound

public readonly BoundingBox NewBound

Field Value

BoundingBox

OldBound

The old bound

public readonly BoundingBox OldBound

Field Value

BoundingBox

See Also