HighlightCurrentLineBackgroundRendererDraw - метод
The draw.
Пространство имён: Tessa.UI.HashEditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public void Draw(
TextView textView,
DrawingContext drawingContext
)
Public Sub Draw (
textView As TextView,
drawingContext As DrawingContext
)
public:
virtual void Draw(
TextView^ textView,
DrawingContext^ drawingContext
) sealed
abstract Draw :
textView : TextView *
drawingContext : DrawingContext -> unit
override Draw :
textView : TextView *
drawingContext : DrawingContext -> unit
- textView TextView
-
The text view.
- drawingContext DrawingContext
-
The drawing context.
IBackgroundRenderer.Draw(TextView, DrawingContext)