Click or drag to resize
AB4D logo

TextBlockVisual3DAlignWithCamera(ProjectionCamera) Method

AlignWithCamera method aligns the TextBlockVisual3D to be oriented so that it faces the specified camera.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
public void AlignWithCamera(
	ProjectionCamera wpfCamera
)

Parameters

wpfCamera  ProjectionCamera
WPF's camera
See Also