C# Class dnSpy.Hex.Editor.ColumnLineSeparatorService.LineElement

Inheritance: UIElement
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Méthode Description
LineElement ( LineElementKind kind, double x, double top, double bottom, System.Windows.Media.Pen pen ) : System

Méthodes protégées

Méthode Description
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void

Method Details

LineElement() public méthode

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
Résultat System

OnRender() protected méthode

protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void
drawingContext System.Windows.Media.DrawingContext
Résultat void