C# Class HelixToolkit.Wpf.PointsVisual3D

A visual element that contains a set of points. The size of the points is defined in screen space.
Inheritance: ScreenSpaceVisual3D
Show file Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
SizeProperty System.Windows.DependencyProperty

Public Methods

Method Description
PointsVisual3D ( ) : System.Windows

Initializes a new instance of the PointsVisual3D class.

Protected Methods

Method Description
UpdateGeometry ( ) : void

Updates the geometry.

UpdateTransforms ( ) : bool

Updates the transforms.

Method Details

PointsVisual3D() public method

Initializes a new instance of the PointsVisual3D class.
public PointsVisual3D ( ) : 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

SizeProperty public static property

Identifies the Size dependency property.
public static DependencyProperty,System.Windows SizeProperty
return System.Windows.DependencyProperty