adjust
This commit is contained in:
parent
139d17d0b9
commit
53f0724d1e
@ -103,6 +103,10 @@ namespace Hi.WinForm.Disp
|
|||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Win32_Message_Handling
|
#region Win32_Message_Handling
|
||||||
|
/// <summary>
|
||||||
|
/// Processes Windows messages, handling touch input and forwarding other messages to the base class.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="m">The Windows message to process.</param>
|
||||||
protected override void WndProc(ref Message m)
|
protected override void WndProc(ref Message m)
|
||||||
{
|
{
|
||||||
if (m.Msg == WM_TOUCH)
|
if (m.Msg == WM_TOUCH)
|
||||||
|
|||||||
@ -35,6 +35,9 @@ namespace Hi.WinForm.Disp
|
|||||||
/// The contained <see cref="Disp.RenderingCanvas"/>.
|
/// The contained <see cref="Disp.RenderingCanvas"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public RenderingCanvas RenderingCanvas { get; }
|
public RenderingCanvas RenderingCanvas { get; }
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the displayee object for rendering.
|
||||||
|
/// </summary>
|
||||||
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
|
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
|
||||||
public IDisplayee Displayee
|
public IDisplayee Displayee
|
||||||
{
|
{
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<RootNamespace>$(AssemblyName)</RootNamespace>
|
<RootNamespace>$(AssemblyName)</RootNamespace>
|
||||||
<Platforms>x64</Platforms>
|
<Platforms>x64</Platforms>
|
||||||
<Description>WinForm Display module of HiAPI</Description>
|
<Description>WinForm Display module of HiAPI</Description>
|
||||||
<VersionBuild>85</VersionBuild>
|
<VersionBuild>86</VersionBuild>
|
||||||
<VersionPrefix>3.1.$(VersionBuild)</VersionPrefix>
|
<VersionPrefix>3.1.$(VersionBuild)</VersionPrefix>
|
||||||
<PackageTags>HiAPI</PackageTags>
|
<PackageTags>HiAPI</PackageTags>
|
||||||
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
|
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user