Table of Contents

Class RenderingCanvas

Namespace
Hi.WinForm.Disp
Assembly
Hi.WinForm.dll

Window Form Displayer.

public class RenderingCanvas : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
RenderingCanvas
Implements
Inherited Members
Extension Methods

Constructors

RenderingCanvas(params IDisplayee[])

Ctor.

public RenderingCanvas(params IDisplayee[] displayees)

Parameters

displayees IDisplayee[]

displayees

Properties

DispEngine

public DispEngine DispEngine { get; }

Property Value

DispEngine

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

IsInputKey(Keys)

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

protected override bool IsInputKey(Keys keyData)

Parameters

keyData Keys

One of the Keys values.

Returns

bool

true if the specified key is a regular input key; otherwise, false.

WndProc(ref Message)

Processes Windows messages.

protected override void WndProc(ref Message m)

Parameters

m Message

The Windows Message to process.