C# Класс HelixToolkit.Wpf.PointsVisual3D

A visual element that contains a set of points. The size of the points is defined in screen space.
Наследование: ScreenSpaceVisual3D
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
SizeProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
PointsVisual3D ( ) : System.Windows

Initializes a new instance of the PointsVisual3D class.

Защищенные методы

Метод Описание
UpdateGeometry ( ) : void

Updates the geometry.

UpdateTransforms ( ) : bool

Updates the transforms.

Описание методов

PointsVisual3D() публичный Метод

Initializes a new instance of the PointsVisual3D class.
public PointsVisual3D ( ) : System.Windows
Результат System.Windows

UpdateGeometry() защищенный Метод

Updates the geometry.
protected UpdateGeometry ( ) : void
Результат void

UpdateTransforms() защищенный Метод

Updates the transforms.
protected UpdateTransforms ( ) : bool
Результат bool

Описание свойств

SizeProperty публичное статическое свойство

Identifies the Size dependency property.
public static DependencyProperty,System.Windows SizeProperty
Результат System.Windows.DependencyProperty