InterviewSolution
Saved Bookmarks
| 1. |
When working with 3D, what namespace is needed? |
|
Answer» Working with 3D requires the namespace System.Windows.Media.Medi3D. It provides classes that support 3-D DISPLAY in Windows PRESENTATION Foundation (WPF) APPLICATIONS such as AffineTransform3D, AmbientLight, DiffuseMaterial, ETC. |
|