|
TextBlockVisual3DAlignWithCamera(ProjectionCamera) Method |
AlignWithCamera method aligns the TextBlockVisual3D to be oriented so that it faces the specified camera.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void AlignWithCamera(
ProjectionCamera wpfCamera
)
Parameters
- wpfCamera ProjectionCamera
- WPF's camera
See Also