C# Class HelixToolkit.Wpf.LinesVisual3D

A visual element that contains a set of line segments. The thickness of the lines is defined in screen space.
Inheritance: ScreenSpaceVisual3D
Exibir arquivo Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
ThicknessProperty System.Windows.DependencyProperty

Public Methods

Method Description
LinesVisual3D ( ) : System.Windows

Initializes a new instance of the LinesVisual3D class.

Protected Methods

Method Description
UpdateGeometry ( ) : void

Updates the geometry.

UpdateTransforms ( ) : bool

Updates the transforms.

Method Details

LinesVisual3D() public method

Initializes a new instance of the LinesVisual3D class.
public LinesVisual3D ( ) : System.Windows
return System.Windows

UpdateGeometry() protected method

Updates the geometry.
protected UpdateGeometry ( ) : void
return void

UpdateTransforms() protected method

Updates the transforms.
protected UpdateTransforms ( ) : bool
return bool

Property Details

ThicknessProperty public_oe static_oe property

Identifies the Thickness dependency property.
public static DependencyProperty,System.Windows ThicknessProperty
return System.Windows.DependencyProperty