Table of Contents

Class DrawingArea

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll
public class DrawingArea : View, IDisposable, ISupportInitializeNotification, ISupportInitialize
Inheritance
DrawingArea
Implements
Inherited Members
Extension Methods

Constructors

DrawingArea()

Fields

Layers

Properties

CurrentAttribute
CurrentLayer
CurrentTool

Methods

ClearUndo()
OnDrawingContent()

Called when the View's content is to be drawn. The default implementation does nothing.

OnKeyDown(Key)

Called when the user presses a key, allowing subscribers to pre-process the key down event. Called before key bindings are invoked and KeyDownNotHandled is raised. Set Handled to true to stop the key from being processed further.

OnMouseEvent(MouseEventArgs)

Called when a mouse event occurs within the view's Viewport.