C# Class ICSharpCode.AvalonEdit.Editing.SelectionLayer

Inheritance: ICSharpCode.AvalonEdit.Rendering.Layer, IWeakEventListener
显示文件 Open project: kjk/kjkpub

Public Methods

Method Description
SelectionLayer ( TextArea textArea ) : System

Protected Methods

Method Description
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Private Methods

Method Description
IWeakEventListener ( Type managerType, object sender, EventArgs e ) : bool

Method Details

OnRender() protected method

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
return void

SelectionLayer() public method

public SelectionLayer ( TextArea textArea ) : System
textArea TextArea
return System