HighlightCurrentLineBackgroundRendererDraw - метод
The draw.
Пространство имён: Tessa.UI.HashEditorСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.