Class DrawingArea
public class DrawingArea : View, IDisposable, ISupportInitializeNotification, ISupportInitialize
- Inheritance
-
DrawingArea
- Implements
- Inherited Members
- Extension Methods
Constructors
Fields
Properties
Methods
- 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.