diff --git a/Disp/RenderingCanvas.cs b/Disp/RenderingCanvas.cs index 2b34560..21c567b 100644 --- a/Disp/RenderingCanvas.cs +++ b/Disp/RenderingCanvas.cs @@ -103,6 +103,10 @@ namespace Hi.WinForm.Disp #endregion #region Win32_Message_Handling + /// + /// Processes Windows messages, handling touch input and forwarding other messages to the base class. + /// + /// The Windows message to process. protected override void WndProc(ref Message m) { if (m.Msg == WM_TOUCH) diff --git a/Disp/RenderingForm.cs b/Disp/RenderingForm.cs index ce190fc..24e8fcb 100644 --- a/Disp/RenderingForm.cs +++ b/Disp/RenderingForm.cs @@ -35,6 +35,9 @@ namespace Hi.WinForm.Disp /// The contained . /// public RenderingCanvas RenderingCanvas { get; } + /// + /// Gets or sets the displayee object for rendering. + /// [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public IDisplayee Displayee { diff --git a/Hi.WinForm.csproj b/Hi.WinForm.csproj index 9bd9d41..250fcbb 100644 --- a/Hi.WinForm.csproj +++ b/Hi.WinForm.csproj @@ -7,7 +7,7 @@ $(AssemblyName) x64 WinForm Display module of HiAPI - 85 + 86 3.1.$(VersionBuild) HiAPI win-x64