C# Class HelixToolkit.Wpf.BoundingBoxWireFrameVisual3D

A visual element that shows a wireframe for the specified bounding box.
Inheritance: LinesVisual3D
Mostrar archivo Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
BoundingBoxProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnBoxChanged ( ) : void

Updates the box.

Private Methods

Method Description
BoxChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called when the box dimensions changed.

Method Details

OnBoxChanged() protected method

Updates the box.
protected OnBoxChanged ( ) : void
return void

Property Details

BoundingBoxProperty public_oe static_oe property

Identifies the BoundingBox dependency property.
public static DependencyProperty,System.Windows BoundingBoxProperty
return System.Windows.DependencyProperty