This commit is contained in:
2025-04-14 17:03:39 +08:00
parent 1065c86824
commit b68c5618ae
4 changed files with 47 additions and 25 deletions
+9
View File
@@ -13,6 +13,15 @@ using Hi.Geom;
namespace Hi.Wpf.Disp
{
#region WPF Rendering Canvas
/// <summary>
/// Provides a WPF rendering canvas for 3D visualization of HiAPI components.
/// Handles user interactions, rendering, and integration with the DispEngine system.
/// </summary>
/// <remarks>
/// This canvas provides the core rendering capabilities for WPF applications using HiAPI.
/// It manages mouse, keyboard, and touch events, and transforms them into appropriate
/// actions in the 3D environment.
/// </remarks>
public class RenderingCanvas : UserControl, IDisposable
{
#region Core_Properties