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

Inheritance: UIElement
Mostrar archivo Open project: 0xd4d/dnSpy

Public Methods

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

Protected Methods

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

Method Details

LineElement() public method

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
return System

OnRender() protected method

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