migrate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user