C# Class dnSpy.Hex.Editor.ActiveColumnHighlighterService.RectangleElement

Inheritance: UIElement
Mostra file Open project: 0xd4d/dnSpy

Public Methods

Method Description
RectangleElement ( HexColumnType column, Rect rect, System.Windows.Media.Brush brush, System.Windows.Media.Pen pen ) : System

Protected Methods

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

Method Details

OnRender() protected method

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

RectangleElement() public method

public RectangleElement ( HexColumnType column, Rect rect, System.Windows.Media.Brush brush, System.Windows.Media.Pen pen ) : System
column HexColumnType
rect System.Windows.Rect
brush System.Windows.Media.Brush
pen System.Windows.Media.Pen
return System