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
positionPoint3DThe position.
sizedoubleThe size.
depthOffsetdoubleThe depth offset.
worldDepthOffsetdoubleThe 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
positionPoint3DThe position.
widthdoubleThe width.
heightdoubleThe height.
horizontalAlignmentHorizontalAlignmentThe horizontal alignment.
verticalAlignmentVerticalAlignmentThe vertical alignment.
depthOffsetdoubleThe depth offset.
worldDepthOffsetdoubleThe depth offset in world coordinates.