Table of Contents

Class PointsVisual3D

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

A visual element that contains a set of points. The size of the points is defined in screen space.

public class PointsVisual3D : ScreenSpaceVisual3D, IAnimatable, IAddChild
Inheritance
PointsVisual3D
Implements
Inherited Members
Extension Methods

Constructors

PointsVisual3D()

Initializes a new instance of the PointsVisual3D class.

public PointsVisual3D()

Fields

SizeProperty

Identifies the Size dependency property.

public static readonly DependencyProperty SizeProperty

Field Value

DependencyProperty

Properties

Size

Gets or sets the size of the points.

public double Size { get; set; }

Property Value

double

The size.

Methods

UpdateGeometry()

Updates the geometry.

protected override void UpdateGeometry()

UpdateTransforms()

Updates the transforms.

protected override bool UpdateTransforms()

Returns

bool

True if the transform is updated.