C# Класс dnSpy.Hex.Editor.ColumnLineSeparatorService.LineElement

Наследование: UIElement
Показать файл Открыть проект

Открытые методы

Метод Описание
LineElement ( LineElementKind kind, double x, double top, double bottom, System.Windows.Media.Pen pen ) : System

Защищенные методы

Метод Описание
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Описание методов

LineElement() публичный Метод

public LineElement ( LineElementKind kind, double x, double top, double bottom, System.Windows.Media.Pen pen ) : System
kind LineElementKind
x double
top double
bottom double
pen System.Windows.Media.Pen
Результат System

OnRender() защищенный Метод

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
Результат void