Class RenderingCanvas
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
displayeesIDisplayee[]displayees
Properties
DispEngine
public DispEngine DispEngine { get; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue 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
Returns
WndProc(ref Message)
Processes Windows messages, handling touch input and forwarding other messages to the base class.
protected override void WndProc(ref Message m)
Parameters
mMessageThe Windows message to process.