Table of Contents

Class Billboard

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

Represents a billboard.

public sealed class Billboard
Inheritance
Billboard
Inherited Members

Constructors

Billboard(Point3D, double, double, double)

Initializes a new instance of the Billboard class.

public Billboard(Point3D position, double size, double depthOffset, double worldDepthOffset = 0)

Parameters

position Point3D

The position.

size double

The size.

depthOffset double

The depth offset.

worldDepthOffset double

The depth offset in world coordinates.

Billboard(Point3D, double, double, HorizontalAlignment, VerticalAlignment, double, double)

Initializes a new instance of the Billboard class.

public Billboard(Point3D position, double width = 1, double height = 1, HorizontalAlignment horizontalAlignment = HorizontalAlignment.Center, VerticalAlignment verticalAlignment = VerticalAlignment.Center, double depthOffset = 0, double worldDepthOffset = 0)

Parameters

position 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.

worldDepthOffset double

The depth offset in world coordinates.