C# Class dnSpy.Hex.Editor.HexSelectionLayer.MarkerElement

Inheritance: System.Windows.UIElement
Mostra file Open project: 0xd4d/dnSpy

Public Methods

Method Description
MarkerElement ( System.Windows.Media.Geometry geometry ) : System

Protected Methods

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

Method Details

MarkerElement() public method

public MarkerElement ( System.Windows.Media.Geometry geometry ) : System
geometry System.Windows.Media.Geometry
return System

OnRender() protected method

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