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

Represents a billboard.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Billboard ( System.Windows.Media.Media3D.Point3D position, double size, double depthOffset ) : System.Collections.Generic

Initializes a new instance of the Billboard class.

Billboard ( System.Windows.Media.Media3D.Point3D position, double width = 1.0, double height = 1.0, HorizontalAlignment horizontalAlignment = HorizontalAlignment.Center, VerticalAlignment verticalAlignment = VerticalAlignment.Center, double depthOffset = 0.0 ) : System.Collections.Generic

Initializes a new instance of the Billboard class.

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

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

Initializes a new instance of the Billboard class.
public Billboard ( System.Windows.Media.Media3D.Point3D position, double size, double depthOffset ) : System.Collections.Generic
position System.Windows.Media.Media3D.Point3D The position.
size double The size.
depthOffset double The depth offset.
Результат System.Collections.Generic

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

Initializes a new instance of the Billboard class.
public Billboard ( System.Windows.Media.Media3D.Point3D position, double width = 1.0, double height = 1.0, HorizontalAlignment horizontalAlignment = HorizontalAlignment.Center, VerticalAlignment verticalAlignment = VerticalAlignment.Center, double depthOffset = 0.0 ) : System.Collections.Generic
position System.Windows.Media.Media3D.Point3D The position.
width double The width.
height double The height.
horizontalAlignment HorizontalAlignment The horizontal alignment.
verticalAlignment VerticalAlignment The vertical alignment.
depthOffset double The depth offset.
Результат System.Collections.Generic