Click or drag to resize
AB4D logo

BaseTextVisual3DAlignWithCamera(ProjectionCamera) Method

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

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

Parameters

wpfCamera  ProjectionCamera
WPF's camera
See Also